org
.
scalatra
.
slf4j
ScalatraLogbackSupport
trait
ScalatraLogbackSupport
extends
Handler
with
Logging
Self Type
ScalatraLogbackSupport
with
ScalatraBase
Linear Supertypes
Logging
,
Handler
,
ServletApiImplicits
, AnyRef,
Any
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
ScalatraLogbackSupport
Logging
Handler
ServletApiImplicits
AnyRef
Any
Visibility
Public
All
Value Members
final
def
!=
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
def
cgiParams
: Map[String, String]
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
debug
(
msg: ⇒
Any
,
t: ⇒ Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
debug
(
msg: ⇒
Any
)
:
Unit
Attributes
protected
Definition Classes
Logging
implicit
def
enrichRequest
(
request:
HttpServletRequest
)
:
RichRequest
Definition Classes
ServletApiImplicits
implicit
def
enrichResponse
(
response:
HttpServletResponse
)
:
RichResponse
Definition Classes
ServletApiImplicits
implicit
def
enrichServletContext
(
servletContext:
ServletContext
)
:
RichServletContext
Definition Classes
ServletApiImplicits
implicit
def
enrichSession
(
session:
HttpSession
)
:
RichSession
Definition Classes
ServletApiImplicits
final
def
eq
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
error
(
msg: ⇒
Any
,
t: ⇒ Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
error
(
msg: ⇒
Any
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
fillMdc
()
:
Unit
Attributes
protected
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
: java.lang.Class[_]
Definition Classes
AnyRef → Any
def
handle
(
req:
HttpServletRequest
,
res:
HttpServletResponse
)
:
Unit
Definition Classes
ScalatraLogbackSupport
→ Handler
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
info
(
msg: ⇒
Any
,
t: ⇒ Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
info
(
msg: ⇒
Any
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
isDebugEnabled
:
Boolean
Attributes
protected
Definition Classes
Logging
def
isErrorEnabled
:
Boolean
Attributes
protected
Definition Classes
Logging
def
isInfoEnabled
:
Boolean
Attributes
protected
Definition Classes
Logging
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isTraceEnabled
:
Boolean
Attributes
protected
Definition Classes
Logging
def
isWarnEnabled
:
Boolean
Attributes
protected
Definition Classes
Logging
def
logger
:
Logger
Attributes
protected
Definition Classes
Logging
def
loggerName
:
String
Attributes
protected
Definition Classes
Logging
final
def
ne
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
trace
(
msg: ⇒
Any
,
t: ⇒ Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
trace
(
msg: ⇒
Any
)
:
Unit
Attributes
protected
Definition Classes
Logging
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
def
warn
(
msg: ⇒
Any
,
t: ⇒ Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
warn
(
msg: ⇒
Any
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
withRouteMultiParams
[
S
]
(
matchedRoute:
Option
[
MatchedRoute
]
)
(
thunk: ⇒ S
)
: S
Attributes
protected
Inherited from
Logging
Inherited from
Handler
Inherited from
ServletApiImplicits
Inherited from AnyRef
Inherited from
Any