LogLevel
public enum LogLevel : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case all = "ALL"
-
Undocumented
Declaration
Swift
case error = "ERROR"
-
Undocumented
Declaration
Swift
case fatal = "FATAL"
-
Undocumented
Declaration
Swift
case off = "OFF"
-
Declaration
Swift
public var description: String { get }