A Play logger.
Value parameters
- logger
-
the underlying SL4FJ logger
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Constructors
Concrete methods
Attributes
- Definition Classes
Get a logger that only works when the application is in the given mode(s).
Get a logger that only works when the application is in the given mode(s).
If the global application mode has not been set (by calling Logger.setApplicationMode), this has no effect.
Attributes
Inherited methods
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
- Inherited from:
- LoggerLike
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
- Inherited from:
- LoggerLike
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
- Inherited from:
- LoggerLike
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
- Inherited from:
- LoggerLike
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
- Inherited from:
- LoggerLike
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
- Inherited from:
- LoggerLike
true if the logger instance is enabled for the DEBUG level.
true if the logger instance is enabled for the ERROR level.
true if the logger instance is enabled for the INFO level.
true if the logger instance is enabled for the TRACE level.
true if the logger instance is enabled for the WARN level.
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
- Inherited from:
- LoggerLike
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
- Inherited from:
- LoggerLike
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
- Inherited from:
- LoggerLike
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
- Inherited from:
- LoggerLike
Concrete fields
The underlying SLF4J Logger.
The underlying SLF4J Logger.
Attributes
Inherited fields
The underlying SLF4J Logger.