Skip to main content
Version: 0.17

Interface: EventLoggingStrategyOptions

Hierarchy​

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​

StrategyOptions.logLevel

Defined in​

strategy.ts:33


logPrefix​

• Optional logPrefix: string

The prefix to use for logging from this strategy.

Defaults to [${name}].

Inherited from​

StrategyOptions.logPrefix

Defined in​

strategy.ts:26


name​

• Optional name: string

Name of strategy.

Used to uniquely identify this strategy in a coordinator's collection.

Inherited from​

StrategyOptions.name

Defined in​

strategy.ts:13


sources​

• Optional sources: string[]

The names of sources to include in this strategy. Leave undefined to include all sources registered with a coordinator.

Inherited from​

StrategyOptions.sources

Defined in​

strategy.ts:19