Gate-keeping mechanism for log events. The primary entry point is the accepts() method.
accepts()
Currently set filter function. Defaults to tautology and performs no event suppression.
tautology
Returns true if this guard accepts the given event based on its current mode and filter function.
Returns true if this guard accepts the given event based only on its current filter function (mode is ignored).
Generated using TypeDoc
Gate-keeping mechanism for log events. The primary entry point is the
accepts()
method.