Enumeration LogEventGuardModeConst

Configuration option for more granular control of guards.

Enumeration Members

Enumeration Members

ACCEPT_ALL: 1

Override mode that ignores the filter function and allows all events to pass through.

BLOCK_ALL: 2

Override mode that ignores the filter function and prevents all events from passing through.

DEFAULT: 0

Standard mode that delegates filtering to the filter function.

Generated using TypeDoc