Static
configureGets the logger configuration that the logger uses to configure its sinks, filters, formatters and enrichers
Static
debugWrites a log event to the logger with the Debug level message: The message of the log event properties: The properties of the log event
Optional
properties: { [key: string]: any }Static
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: { [key: string]: any }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: { [key: string]: any }Optional
exception: ErrorStatic
informationWrites a log event to the logger with the Information level message: The message of the log event properties: The properties of the log event
Optional
properties: { [key: string]: any }Static
verboseWrites a log event to the logger with the Verbose level message: The message of the log event properties: The properties of the log event
Optional
properties: { [key: string]: any }Static
warningWrites a log event to the logger with the Warning level message: The message of the log event properties: The properties of the log event
Optional
properties: { [key: string]: any }Static
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: { [key: string]: any }Optional
exception: Error
Logger class that is used to write log events