LogLevel
public enum LogLevel : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case error = "ERROR" -
Undocumented
Declaration
Swift
case warning = "WARNING" -
Undocumented
Declaration
Swift
case info = "INFO" -
Undocumented
Declaration
Swift
case debug = "DEBUG" -
Undocumented
Declaration
Swift
case disabled = "DISABLED" -
Declaration
Swift
public var description: String { get }
View on GitHub
LogLevel Enumeration Reference