LogLevel

public enum LogLevel : String

Level of a logged message.

  • Undocumented

    Declaration

    Swift

    case verbose
  • Undocumented

    Declaration

    Swift

    case info
  • Undocumented

    Declaration

    Swift

    case warning
  • Undocumented

    Declaration

    Swift

    case error
  • Undocumented

    Declaration

    Swift

    case success
  • Undocumented

    Declaration

    Swift

    case none
  • all

    Undocumented

    Declaration

    Swift

    case all
  • Undocumented

    Declaration

    Swift

    public func intValue() -> Int
  • Undocumented

    Declaration

    Swift

    public static func >= (lhs: LogLevel, rhs: LogLevel) -> Bool
  • Declaration

    Swift

    public static func == (lhs: LogLevel, rhs: LogLevel) -> Bool