LogLevel
public enum LogLevel : CustomStringConvertible, 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 var description: String { get } -
Declaration
Swift
public static func < (lhs: LogLevel, rhs: LogLevel) -> Bool
View on GitHub
LogLevel Enumeration Reference