Enums
The following enums are available globally.
-
Specifies the manner in which
See moreLogSeverity
values should be rendered by theSeverityLogFormatter
.Declaration
Swift
public enum SeverityStyle
-
Used to indicate the severity, or importance, of a log message.
Severity is a continuum, from
.verbose
being least severe to.error
being most severe.The logging system may be configured so that messages lower than a given severity are ignored.
See moreDeclaration
Swift
public enum LogSeverity: Int
-
Encapsulates the various formatting styles that can be used by the
See moreTimestampLogFormatter
.Declaration
Swift
public enum TimestampStyle
-
Allows the specification of different field delimiters.
See moreDeclaration
Swift
public enum DelimiterStyle