LoggerLevel
public enum LoggerLevel : Int, CustomStringConvertible
The Flint logging system’s levels.
-
A special case in Flint to allow for suppression of logging
Declaration
Swift
case off
-
Undocumented
Declaration
Swift
case error
-
Undocumented
Declaration
Swift
case warning
-
Undocumented
Declaration
Swift
case info
-
Undocumented
Declaration
Swift
case debug
-
Declaration
Swift
public var description: String { get }