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