Skip to content

Interface: ReactiveDatabaseInitialLoggerOptions

The shape of the initial logger options object for the ReactiveDatabase.

Remarks

These options are used to configure the initial state of the logger.

Properties

PropertyTypeDescription
alertListener<"alert", LogBusEventMap>[]Callbacks which should be initially registered for alert level logs
critListener<"crit", LogBusEventMap>[]Callbacks which should be initially registered for crit level logs
debugListener<"debug", LogBusEventMap>[]Callbacks which should be initially registered for debug level logs
emergListener<"emerg", LogBusEventMap>[]Callbacks which should be initially registered for emerg level logs
errorListener<"error", LogBusEventMap>[]Callbacks which should be initially registered for error level logs
infoListener<"info", LogBusEventMap>[]Callbacks which should be initially registered for info level logs
noticeListener<"notice", LogBusEventMap>[]Callbacks which should be initially registered for notice level logs
warningListener<"warning", LogBusEventMap>[]Callbacks which should be initially registered for warning level logs