LoggerLike
Typical logger interface.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Logger
Members list
Value members
Abstract methods
The underlying SLF4J Logger.
The underlying SLF4J Logger.
Attributes
Concrete methods
Logs a message with the DEBUG level.
Logs a message with the DEBUG level.
Value parameters
- mc
-
the implicit marker context, if defined.
- message
-
the message to log
Attributes
Logs a message with the DEBUG level.
Logs a message with the DEBUG level.
Value parameters
- error
-
the associated exception
- mc
-
the implicit marker context, if defined.
- message
-
the message to log
Attributes
Logs a message with the ERROR level.
Logs a message with the ERROR level.
Value parameters
- mc
-
the implicit marker context, if defined.
- message
-
the message to log
Attributes
Logs a message with the ERROR level.
Logs a message with the ERROR level.
Value parameters
- error
-
the associated exception
- mc
-
the implicit marker context, if defined.
- message
-
the message to log
Attributes
Logs a message with the INFO level.
Logs a message with the INFO level.
Value parameters
- mc
-
the implicit marker context, if defined.
- message
-
the message to log
Attributes
Logs a message with the INFO level.
Logs a message with the INFO level.
Value parameters
- error
-
the associated exception
- mc
-
the implicit marker context, if defined.
- message
-
the message to log
Attributes
true if the logger instance is enabled for the DEBUG level.
true if the logger instance is enabled for the DEBUG level.
Attributes
true if the logger instance is enabled for the ERROR level.
true if the logger instance is enabled for the ERROR level.
Attributes
true if the logger instance is enabled for the INFO level.
true if the logger instance is enabled for the INFO level.
Attributes
true if the logger instance is enabled for the TRACE level.
true if the logger instance is enabled for the TRACE level.
Attributes
true if the logger instance is enabled for the WARN level.
true if the logger instance is enabled for the WARN level.
Attributes
Logs a message with the TRACE level.
Logs a message with the TRACE level.
Value parameters
- mc
-
the implicit marker context, if defined.
- message
-
the message to log
Attributes
Logs a message with the TRACE level.
Logs a message with the TRACE level.
Value parameters
- error
-
the associated exception
- mc
-
the implicit marker context, if defined.
- message
-
the message to log
Attributes
Logs a message with the WARN level.
Logs a message with the WARN level.
Value parameters
- mc
-
the implicit marker context, if defined.
- message
-
the message to log
Attributes
Logs a message with the WARN level.
Logs a message with the WARN level.
Value parameters
- error
-
the associated exception
- mc
-
the implicit marker context, if defined.
- message
-
the message to log
Attributes
Concrete fields
The underlying SLF4J Logger.
The underlying SLF4J Logger.