Logger
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Writes a debug level log message.
Writes a debug level log message.
Value parameters
- ex
-
an optional exception to be logged together with its stack trace.
- id
-
optional id of a request
- map
-
optional key-value pairs to be logged along with message
- msg
-
the message to be logged.
Attributes
Writes an error level log message.
Writes an error level log message.
Value parameters
- ex
-
an optional exception to be logged together with its stack trace.
- id
-
optional id of a request
- map
-
optional key-value pairs to be logged along with message
- msg
-
the message to be logged.
Attributes
Writes a fatal level log message.
Writes a fatal level log message.
Value parameters
- ex
-
an optional exception to be logged together with its stack trace.
- id
-
optional id of a request
- map
-
optional key-value pairs to be logged along with message
- msg
-
the message to be logged.
Attributes
Writes an info level log message.
Writes an info level log message.
Value parameters
- ex
-
an optional exception to be logged together with its stack trace.
- id
-
optional id of a request
- map
-
optional key-value pairs to be logged along with message
- msg
-
the message to be logged.
Attributes
Writes a trace level log message.
Writes a trace level log message.
Value parameters
- ex
-
an optional exception to be logged together with its stack trace.
- id
-
optional id of a request
- map
-
optional key-value pairs to be logged along with message
- msg
-
the message to be logged.
Attributes
Writes a warn level log message.
Writes a warn level log message.
Value parameters
- ex
-
an optional exception to be logged together with its stack trace.
- id
-
optional id of a request
- map
-
optional key-value pairs to be logged along with message
- msg
-
the message to be logged.