Interface: EventLoggingStrategyOptions
Hierarchy​
↳
EventLoggingStrategyOptions
Properties​
events​
• Optional events: string[]
Defined in​
strategies/event-logging-strategy.ts:17
interfaces​
• Optional interfaces: string[]
Defined in​
strategies/event-logging-strategy.ts:18
logLevel​
• Optional logLevel: LogLevel
A specific log level for this strategy.
Overrides the log level used when activating the coordinator.
Inherited from​
Defined in​
logPrefix​
• Optional logPrefix: string
The prefix to use for logging from this strategy.
Defaults to [${name}].
Inherited from​
Defined in​
name​
• Optional name: string
Name of strategy.
Used to uniquely identify this strategy in a coordinator's collection.
Inherited from​
Defined in​
sources​
• Optional sources: string[]
The names of sources to include in this strategy. Leave undefined to include all sources registered with a coordinator.