Logs debug message.
The message(s) to be logged.
Logs an error message.
The error message(s) to log.
Logs a fatal error.
The error message to log.
Logs an informational message.
The message(s) to be logged.
Logs a trace message.
The message(s) to be logged.
Logs a warning message.
The warning message or messages to be logged.
Static
getReturns a new Logger.
The name of the Logger.
The tags for the Logger as strings.
A new Logger.
Static
getStatic
initInitialize logger class
Static
setFilter the loggers by the given tags. Tags can use the *
wildcard.
The filter to set.
Static
setStatic
setSet the JSON formatter for the logger.
The json formatter to set.
Static
setThe level to set.
Static
setSet the function, that joins multiple messages into one for the logger.
The function to set.
Static
setSet the tag visibility for the logger. When true, tags will be printed in the log. Disabled by default.
The Logger class.