LogLevel
public enum LogLevel : Int
Indicates the level of logging to be performed by CaffeineKit.
-
All logs.
Declaration
Swift
case info = 0
-
All error- and warning-level logs.
Declaration
Swift
case warning = 1
-
Error logs only.
Declaration
Swift
case error = 2
-
Logging disabled.
Declaration
Swift
case none = 3