Logging method for debug log level. Follows normal LogMethod structure but logs in debug level.
Logging method for debug error level. Follows normal log method structure but logs in error level.
Logging method for info log level. Follows normal log method structure but logs in info level.
ReadonlyprefixPrefix prepended to all logging messages
Logging method for warn log level. Follows normal log method structure but logs in warn level.
Provides a logger for a standardized application wide logging.
The logger's log level is configured globally.
Use the
createLoggerfunction to receive a new logger instance for logging.