LoggingLevel
public enum LoggingLevel : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case error = "ERROR" -
Undocumented
Declaration
Swift
case info = "INFO" -
Undocumented
Declaration
Swift
case off = "OFF" -
Declaration
Swift
public var description: String { get }
View on GitHub
LoggingLevel Enumeration Reference