Interface FilterFn

the basic filter function that is called on a log message and is expected to return whether the message is to be logged or not.

interface FilterFn ((msg) => boolean)

Hierarchy (view full)