LogLevel

@objc
public enum LogLevel : Int, CaseIterable, CustomStringConvertible
  • Declaration

    Swift

    case DEFAULT = 0
  • Declaration

    Swift

    case DEBUG = 1
  • Declaration

    Swift

    case INFO = 2
  • Declaration

    Swift

    case FAULT = 3
  • Declaration

    Swift

    case ERROR = 4
  • OFF

    Declaration

    Swift

    case OFF = 5
  • Declaration

    Swift

    public var description: String { get }