trait LoggerLike extends AnyRef
- Alphabetic
- By Inheritance
- LoggerLike
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
val
logger: org.slf4j.Logger
The underlying SLF4J Logger.
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
debug(message: ⇒ String, error: ⇒ Throwable)(implicit mc: MarkerContext): Unit
Logs a message with the
DEBUG
level.Logs a message with the
DEBUG
level.- message
the message to log
- error
the associated exception
- mc
the implicit marker context, if defined.
-
def
debug(message: ⇒ String)(implicit mc: MarkerContext): Unit
Logs a message with the
DEBUG
level.Logs a message with the
DEBUG
level.- message
the message to log
- mc
the implicit marker context, if defined.
-
def
enabled: Boolean
- Annotations
- @inline()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(message: ⇒ String, error: ⇒ Throwable)(implicit mc: MarkerContext): Unit
Logs a message with the
ERROR
level.Logs a message with the
ERROR
level.- message
the message to log
- error
the associated exception
- mc
the implicit marker context, if defined.
-
def
error(message: ⇒ String)(implicit mc: MarkerContext): Unit
Logs a message with the
ERROR
level.Logs a message with the
ERROR
level.- message
the message to log
- mc
the implicit marker context, if defined.
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
info(message: ⇒ String, error: ⇒ Throwable)(implicit mc: MarkerContext): Unit
Logs a message with the
INFO
level.Logs a message with the
INFO
level.- message
the message to log
- error
the associated exception
- mc
the implicit marker context, if defined.
-
def
info(message: ⇒ String)(implicit mc: MarkerContext): Unit
Logs a message with the
INFO
level.Logs a message with the
INFO
level.- message
the message to log
- mc
the implicit marker context, if defined.
-
def
isDebugEnabled(implicit mc: MarkerContext): Boolean
true
if the logger instance is enabled for theDEBUG
level. -
def
isErrorEnabled(implicit mc: MarkerContext): Boolean
true
if the logger instance is enabled for theERROR
level. -
def
isInfoEnabled(implicit mc: MarkerContext): Boolean
true
if the logger instance is enabled for theINFO
level. -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTraceEnabled(implicit mc: MarkerContext): Boolean
true
if the logger instance is enabled for theTRACE
level. -
def
isWarnEnabled(implicit mc: MarkerContext): Boolean
true
if the logger instance is enabled for theWARN
level. -
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trace(message: ⇒ String, error: ⇒ Throwable)(implicit mc: MarkerContext): Unit
Logs a message with the
TRACE
level.Logs a message with the
TRACE
level.- message
the message to log
- error
the associated exception
- mc
the implicit marker context, if defined.
-
def
trace(message: ⇒ String)(implicit mc: MarkerContext): Unit
Logs a message with the
TRACE
level.Logs a message with the
TRACE
level.- message
the message to log
- mc
the implicit marker context, if defined.
-
lazy val
underlyingLogger: org.slf4j.Logger
The underlying SLF4J Logger.
-
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
- @native() @throws( ... )
-
def
warn(message: ⇒ String, error: ⇒ Throwable)(implicit mc: MarkerContext): Unit
Logs a message with the
WARN
level.Logs a message with the
WARN
level.- message
the message to log
- error
the associated exception
- mc
the implicit marker context, if defined.
-
def
warn(message: ⇒ String)(implicit mc: MarkerContext): Unit
Logs a message with the
WARN
level.Logs a message with the
WARN
level.- message
the message to log
- mc
the implicit marker context, if defined.