StaticconfigureGets the logger configuration that the logger uses to configure its sinks, filters, formatters and enrichers
StaticdebugWrites a log event to the logger with the Debug level message: The message of the log event properties: The properties of the log event
Optionalproperties: { [key: string]: any }StaticerrorWrites 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
Optionalproperties: { [key: string]: any }Optionalexception: ErrorStaticfatalWrites 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
Optionalproperties: { [key: string]: any }Optionalexception: ErrorStaticinformationWrites a log event to the logger with the Information level message: The message of the log event properties: The properties of the log event
Optionalproperties: { [key: string]: any }StaticverboseWrites a log event to the logger with the Verbose level message: The message of the log event properties: The properties of the log event
Optionalproperties: { [key: string]: any }StaticwarningWrites a log event to the logger with the Warning level message: The message of the log event properties: The properties of the log event
Optionalproperties: { [key: string]: any }StaticwriteWrites 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
Optionalproperties: { [key: string]: any }Optionalexception: Error
Logger class that is used to write log events