Static
configureGets the logger configuration that the logger uses to configure its sinks, filters, formatters and enrichers
Static
debugStatic
errorWrites a log event to the logger with the Error level message: The message of the log event properties: The properties of the log event exception: The exception of the log event
Optional
properties: { Optional
exception: ErrorStatic
fatalWrites a log event to the logger with the Fatal level message: The message of the log event properties: The properties of the log event exception: The exception of the log event
Optional
properties: { Optional
exception: ErrorStatic
informationStatic
verboseStatic
warningStatic
writeWrites a log event to the logger level: The level of the log event message: The message of the log event properties: The properties of the log event exception: The exception of the log event
Optional
properties: { Optional
exception: Error
Logger class that is used to write log events