ContextualLogger
A logger appending contextual data to each message
Parameters
the Logger to log to
the tag to use/append when logging within this context
the contextual data to append to each message
Constructors
Functions
Writes log with DEBUG log level and empty tag.
Log exception with DEBUG log level and empty tag.
Writes log with DEBUG log level and provided tag.
Log exception with DEBUG log level and provided tag.
Writes log with DEBUG log level and empty tag.
Log exception with DEBUG log level and empty tag.
Writes log with DEBUG log level and provided tag.
Log exception with DEBUG log level and provided tag.
Writes log with ERROR log level and empty tag.
Log exception with ERROR log level and empty tag.
Writes log with ERROR log level and provided tag.
Log exception with ERROR log level and provided tag.
Writes log with ERROR log level and empty tag.
Log exception with ERROR log level and empty tag.
Writes log with ERROR log level and provided tag.
Log exception with ERROR log level and provided tag.
Writes log with INFO log level and empty tag.
Log exception with INFO log level and empty tag.
Writes log with INFO log level and provided tag.
Log exception with INFO log level and provided tag.
Writes log with INFO log level and empty tag.
Log exception with INFO log level and empty tag.
Writes log with INFO log level and provided tag.
Log exception with INFO log level and provided tag.
Writes log with WARN log level and empty tag.
Log exception with WARN log level and empty tag.
Writes log with WARN log level and provided tag.
Log exception with WARN log level and provided tag.
Writes log with WARN log level and empty tag.
Log exception with WARN log level and empty tag.
Writes log with WARN log level and provided tag.
Log exception with WARN log level and provided tag.
Creates a new ContextualLogger that logs the same contextual data with additional contextual data
Creates a new ContextualLogger that logs the same contextual data with a new tag
Creates a new ContextualLogger that logs the same contextual data as this logger to a new Logger