Skip to content

Interface: LogBusEvent

The events and the arguments their callbacks receive for the logger.

Events

EventTypeDescription
alertany[]Emitted when a log with the level alert is created
critany[]Emitted when a log with the level crit is created
debugany[]Emitted when a log with the level debug is created
emergany[]Emitted when a log with the level emerg is created
errorany[]Emitted when a log with the level error is created
infoany[]Emitted when a log with the level info is created
noticeany[]Emitted when a log with the level notice is created
warningany[]Emitted when a log with the level warning is created