Protocols
The following protocols are available globally.
-
Before a
See moreLogEntry
is recorded, anyLogFilter
s specified in the activeLogConfiguration
are given a chance to prevent the entry from being recorded by returningfalse
from theshouldRecord(entry:)
function.Declaration
Swift
public protocol LogFilter
-
Defines an interface for specifying the configuration of the logging system.
See moreDeclaration
Swift
public protocol LogConfiguration