Skip to content

Interface: LoggerEventCallbacks

A map of event names to their corresponding callback functions for the Logger class.

Events

EventTypeDescription
[captureRejectionSymbol](err: Error, event: EventName, ...args: any[]) => EventCallbackResultThe event emitted when an error is thrown by the listening function.
debugLogMethod<any>A message logged at the debug level.
errorLogMethod<any>A message logged at the error level.
fatalLogMethod<any>A message logged at the fatal level.
infoLogMethod<any>A message logged at the info level.
traceLogMethod<any>A message logged at the trace level.
warnLogMethod<any>A message logged at the warn level.