EnabledLogLevels

public struct EnabledLogLevels : OptionSet

Undocumented

  • Declaration

    Swift

    public let rawValue: Int
  • Undocumented

    Declaration

    Swift

    public static let debug: EnabledLogLevels
  • Undocumented

    Declaration

    Swift

    public static let `default`: EnabledLogLevels
  • Undocumented

    Declaration

    Swift

    public static let info: EnabledLogLevels
  • Undocumented

    Declaration

    Swift

    public static let error: EnabledLogLevels
  • Undocumented

    Declaration

    Swift

    public static let fault: EnabledLogLevels
  • all

    Undocumented

    Declaration

    Swift

    public static let all: EnabledLogLevels
  • Undocumented

    Declaration

    Swift

    public static let critical: EnabledLogLevels
  • Declaration

    Swift

    public init(rawValue: Int)