Interface: StrategyOptions
Hierarchy​
StrategyOptions
Properties​
logLevel​
• Optional
logLevel: LogLevel
A specific log level for this strategy.
Overrides the log level used when activating the coordinator.
Defined in​
logPrefix​
• Optional
logPrefix: string
The prefix to use for logging from this strategy.
Defaults to [${name}]
.
Defined in​
name​
• Optional
name: string
Name of strategy.
Used to uniquely identify this strategy in a coordinator's collection.
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.