Current minimum severity level threshold
Name of the logger instance, included in log messages
Target that handles the actual logging
Log a message with 'debug' severity.
Values to log
Log a message with 'error' severity.
Values to log
Log a message with 'fatal' severity.
Values to log
Log a message with 'info' severity.
Values to log
Log a message with the specified severity level. Only logs if the severity is >= the current level.
The severity level of the log message
Values to log
Create an error handler that logs the error and returns a fallback value.
The severity level to log the error with
The message to log with the error
The fallback value to return
A function that logs errors and returns the fallback value
Log a message with 'trace' severity.
Values to log
Log a message with 'warn' severity.
Values to log
Logger implementation that filters messages by severity level and forwards them to a target.