Level

public enum Level : Int, Comparable

Undocumented

  • Undocumented

    Declaration

    Swift

    case debug
  • Undocumented

    Declaration

    Swift

    case info
  • Undocumented

    Declaration

    Swift

    case warning
  • Undocumented

    Declaration

    Swift

    case error
  • Declaration

    Swift

    public static func < (lhs: Logger.Level, rhs: Logger.Level) -> Bool