LogLevel

public enum LogLevel : String, CustomStringConvertible, Codable

Undocumented

  • all

    Undocumented

    Declaration

    Swift

    case all = "ALL"
  • Undocumented

    Declaration

    Swift

    case error = "ERROR"
  • Undocumented

    Declaration

    Swift

    case fatal = "FATAL"
  • off

    Undocumented

    Declaration

    Swift

    case off = "OFF"
  • Declaration

    Swift

    public var description: String { get }