Protocols
The following protocols are available globally.
-
Before a
See moreLogEntryis recorded, anyLogFilters specified in the activeLogConfigurationare given a chance to prevent the entry from being recorded by returningfalsefrom 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
View on GitHub
Protocols Reference