Enumerations

The following enumerations are available globally.

  • Enum containing available distinct log levels within library.

    See more

    Declaration

    Swift

    public enum LogLevel : Int, Equatable, CustomStringConvertible
  • Enum descibing logging styles.

    See more

    Declaration

    Swift

    public enum Style
  • Enum containing distinct time span values used within library.

    See more

    Declaration

    Swift

    public enum TimeSpan : UInt, CaseIterable