LogFilter
public protocol LogFilter
Before a LogEntry
is recorded, any LogFilter
s specified in the active
LogConfiguration
are given a chance to prevent the entry from being recorded
by returning false
from the shouldRecord(entry:)
function.