Level

public enum Level : Int

Log levels.

  • off

    Declaration

    Swift

    case off = 0
  • Declaration

    Swift

    case severe = 1
  • Declaration

    Swift

    case warning = 2
  • Declaration

    Swift

    case info = 3
  • Declaration

    Swift

    case fine = 4
  • Declaration

    Swift

    case finest = 5
  • Declaration

    Swift

    public static func named(_ name: String) throws -> Level