Enums

The following enums are available globally.

  • 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 more

    Declaration

    Swift

    public enum LogSeverity: Int
  • Allows the specification of different field delimiters.

    See more

    Declaration

    Swift

    public enum DelimiterStyle