SafeLogger
An abstract base class for Logger implementations that safely evaluates the log message lambda. If the lambda throws an exception, it is caught and logged without crashing the application.
Inheritors
Functions
Link copied to clipboard
Logs a message at the Level.DEBUG level.
Link copied to clipboard
Logs a message at the Level.ERROR level.
Link copied to clipboard
Logs a message at the Level.INFO level.
Link copied to clipboard
Logs a message at the Level.TRACE level.
Link copied to clipboard
Logs a message at the Level.WARN level.