Logger Example Page
Select a Logging Level
Trace
Debug
Info
Warn
Error
Fatal
Nothing
Select an Appender
Console
A Console Appender logs messages to the browsers console.
Array
An Array Appender manages log statements in an array. With the
getValue()
method, an array will be returned.
Count
A Count Appender logs messages to the browsers console. Simultaneously, you can obtain a statistic using the
getValue()
method.
Logger context:
Logging context:
The logging context enables or disables logger with a matching context. If the logging context is a prefix of a logger context, the logger's messages will be processed.
Message:
Use the buttons below to log messages at the level that is indicated on the button.
Trace
Debug
Info
Warn
Error
Fatal
Log Output:
Reset all Loggers