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
DEBUGlevel.Logs a message with the
DEBUGlevel.- 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
DEBUGlevel.Logs a message with the
DEBUGlevel.- 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
ERRORlevel.Logs a message with the
ERRORlevel.- 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
ERRORlevel.Logs a message with the
ERRORlevel.- 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
INFOlevel.Logs a message with the
INFOlevel.- 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
INFOlevel.Logs a message with the
INFOlevel.- message
the message to log
- mc
the implicit marker context, if defined.
-
def
isDebugEnabled(implicit mc: MarkerContext): Boolean
trueif the logger instance is enabled for theDEBUGlevel. -
def
isErrorEnabled(implicit mc: MarkerContext): Boolean
trueif the logger instance is enabled for theERRORlevel. -
def
isInfoEnabled(implicit mc: MarkerContext): Boolean
trueif the logger instance is enabled for theINFOlevel. -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTraceEnabled(implicit mc: MarkerContext): Boolean
trueif the logger instance is enabled for theTRACElevel. -
def
isWarnEnabled(implicit mc: MarkerContext): Boolean
trueif the logger instance is enabled for theWARNlevel. -
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
TRACElevel.Logs a message with the
TRACElevel.- 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
TRACElevel.Logs a message with the
TRACElevel.- 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
WARNlevel.Logs a message with the
WARNlevel.- 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
WARNlevel.Logs a message with the
WARNlevel.- message
the message to log
- mc
the implicit marker context, if defined.