The destination for messages this logger receives.
The level at which this logger will output messages.
The human readable name of this logger instance.
Creates a LoggingEvent of debug priority, returning true
if the message will be output based on this logger's level.
Data describing the logging event.
Creates a LoggingEvent of error priority, returning true
if the message will be output based on this logger's level.
Data describing the logging event.
Creates a LoggingEvent of fatal priority, returning true
if the message will be output based on this logger's level.
Data describing the logging event.
Creates a LoggingEvent of info priority, returning true
if the message will be output based on this logger's level.
Data describing the logging event.
Returns if this logger will output messages at the specified level.
The level to check.
Supplied for compatibility with other logging systems. Specific level varies by implementation.
Data describing the logging event.
Creates a LoggingEvent of trace priority, returning true
if the message will be output based on this logger's level.
Data describing the logging event.
Creates a LoggingEvent of warn priority, returning true
if the message will be output based on this logger's level.
Data describing the logging event.
Generated using TypeDoc
A Logger is used to log messages for a specific system or application component.