Skip to main content
Version: 0.17

Interface: StrategyOptions

Hierarchy​

Properties​

logLevel​

• Optional logLevel: LogLevel

A specific log level for this strategy.

Overrides the log level used when activating the coordinator.

Defined in​

strategy.ts:33


logPrefix​

• Optional logPrefix: string

The prefix to use for logging from this strategy.

Defaults to [${name}].

Defined in​

strategy.ts:26


name​

• Optional name: string

Name of strategy.

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

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.

Defined in​

strategy.ts:19