LogLevel
public enum LogLevel: Int, LogSymbol, Comparable, Codable
Undocumented
-
Undocumented
Declaration
Swift
case verbose
-
Undocumented
Declaration
Swift
case debug
-
Undocumented
Declaration
Swift
case info
-
Undocumented
Declaration
Swift
case warning
-
Undocumented
Declaration
Swift
case error
-
Undocumented
Declaration
Swift
case none
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public static func < (lhs: Self, rhs: Self) -> Bool
-
Declaration
Swift
public static func == (lhs: Self, rhs: Self) -> Bool