Log a message at the 'debug' level.
The message to log.
Optional metadata to include in the log message.
Log a message at the 'error' level.
The message to log.
Optional metadata to include in the log message.
Log a message at the 'info' level.
The message to log.
Optional metadata to include in the log message.
Log the given message at the given level. If the internal level is higher than the given level, the message may be voided.
Log a message at the 'silly' level.
The message to log.
Optional metadata to include in the log message.
Log a message at the 'verbose' level.
The message to log.
Optional metadata to include in the log message.
Log a message at the 'warn' level.
The message to log.
Optional metadata to include in the log message.
Creates a logger lazily using a reference to LazyLoggerFactory.
An error will be thrown if LazyLogger.log is invoked before a LoggerFactory is set in LazyLoggerFactory.