Interface ILogEmitterEventsOptions

Hierarchy

  • ILogEmitterEventsOptions

Properties

debug?: string[]

The event names to log at debug level.

error?: string[]

The event names to log at error level.

eventNamePrefix?: string

For example a class name, so that emitted events are displayed as className.eventName.

info?: string[]

The event names to log at info level.

warn?: string[]

The event names to log at warn level.

Generated using TypeDoc