LoggingLevel
public enum LoggingLevel : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case error = "ERROR"
-
Undocumented
Declaration
Swift
case info = "INFO"
-
Undocumented
Declaration
Swift
case debug = "DEBUG"
-
Declaration
Swift
public var description: String { get }