Log a loggable with the debug level if it is enabled.
Log a message with the debug level if it is enabled.
The message format string.
Rest
...params: any[]The format string variables.
Log a loggable with the error level if it is enabled.
Log a message with the error level.
The message format string.
Rest
...params: any[]The format string variables.
Log a loggable with the fatal level if it is enabled.
Log a message with the fatal level if it is enabled.
The message format string.
Rest
...params: any[]The format string variables.
Log a loggable with the info level if it is enabled.
Log a message with the info level if it is enabled.
The message format string.
Rest
...params: any[]The format string variables.
Log a loggable with the given level if it is enabled.
Log a message with the given level if it is enabled.
The loglevel to use.
The message format string.
Rest
...params: any[]The format string variables.
Log a loggable with the trace level if it is enabled.
Log a message with the trace level if it is enabled.
The message format string.
Rest
...params: any[]The format string variables.
Log a loggable with the warn level if it is enabled.
Log a message with the warn level if it is enabled.
The message format string.
Rest
...params: any[]The format string variables.
Create a child logger from this logger.