Loggers can be triggered by hash-parameters. To control the log level of
all loggers (also known as root logger), you may use the hash parameter
ckdebug and for more verbose output ckdebug=verbose.
In addition to that, you can control the output of any logger using
loggerName=level.
Used to retrieve a named logger instance.
Loggers can be triggered by hash-parameters. To control the log level of all loggers (also known as root logger), you may use the hash parameter
ckdebug
and for more verbose outputckdebug=verbose
. In addition to that, you can control the output of any logger usingloggerName=level
.Example