Predicate that will be used for log event validation.
Static
Readonly
FILTER_Static
Readonly
FILTER_Applies a custom filter for log event validation.
This should not be used in conjuction with enable/disable methods, as they will overwrite the given custom filter.
this
for operation chaining.
the custom filter to use for validation
Convenience for setting enabled state based on a flag.
Mutually exclusive operation to setCustomFilter
; if a
custom filter was set before calling this, it will be cleared.
this
for operation chaining.
the filter state to use, e.g.
true
to accept all events, or
false
to reject all events.
Generated using TypeDoc
Common logging interface to be used on a per-module basis. Can be configured to suppress events based on a custom filter, or disabled entirely.
Events produced by an instance of this class will be passed along to the assigned interceptor for further processing / outlet handling.