Logger
Utility to log messages.
In order to set loggers at runtime. Set environment variables:
LOG_$loggerName=debug
For setting the default log level to something else:
LOG_LEVEL=debug
Types
Properties
Returns if this Logger has at least level Level.DEBUG
Returns if this Logger has at least level Level.ERROR
Returns if this Logger has at least level Level.FATAL
Returns if this Logger has at least level Level.INFO
Returns if this Logger has at least level Level.TRACE
Returns if this Logger has at least level Level.WARN
Level of this Logger. If not set, it will use the Logger.defaultLevel
Output of this Logger. If not set, it will use the Logger.defaultOutput
Functions
Traces the lazily executed msg if the Logger.level is at least Level.DEBUG
Traces the lazily executed msg if the Logger.level is at least Level.ERROR
Traces the lazily executed msg if the Logger.level is at least Level.FATAL
Traces the lazily executed msg if the Logger.level is at least Level.INFO
Traces the lazily executed msg if the Logger.level is at least level
Sets the Logger.level
Sets the Logger.output
Traces the lazily executed msg if the Logger.level is at least Level.TRACE
Traces the lazily executed msg if the Logger.level is at least Level.WARN