Package-level declarations
Types
LogHandler is responsible for handling and recording log messages.
Properties
Convenience method to check that the log level is set to debug or higher
Convenience method to check that the log level is set to error or higher
Convenience method to check that the log level is set to info or higher
Convenience method to check that the log level is set to trace or higher
Convenience method to check that the log level is set to warn or higher
Functions
Inlines a check for whether the Logger is currently logging at LogLevel.DEBUG, before evaluating the message, whilst avoiding an unnecessary anonymous class implementation.
Inlines a check for whether the Logger is currently logging at LogLevel.ERROR, before evaluating the message, whilst avoiding an unnecessary anonymous class implementation.
Inlines a check for whether the Logger is currently logging at LogLevel.INFO, before evaluating the message, whilst avoiding an unnecessary anonymous class implementation.
Inlines a check for whether the Logger is currently logging at LogLevel.TRACE, before evaluating the message, whilst avoiding an unnecessary anonymous class implementation.
Inlines a check for whether the Logger is currently logging at LogLevel.WARN, before evaluating the message, whilst avoiding an unnecessary anonymous class implementation.