Log a loggable with the debug level if it is enabled.
Rest
...params: any[]Log a loggable with the error level if it is enabled.
Rest
...params: any[]Log a loggable with the fatal level if it is enabled.
Rest
...params: any[]Log a loggable with the info level if it is enabled.
Rest
...params: any[]Log a loggable with the given level if it is enabled.
Rest
...params: any[]Log a loggable with the trace level if it is enabled.
Rest
...params: any[]Log a loggable with the warn level if it is enabled.
Rest
...params: any[]
Create a child logger from this logger.