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.
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
Log interface defining the basic functionality a logger must implement.