DILogLevel
public enum DILogLevel : Equatable
Log levels. Needed for a better understanding of logs, and clipping
-
disable all logs
Declaration
Swift
case none
-
After an error, a application can not be executable
Declaration
Swift
case error
-
Warning should pe paid attention and analyzed
Declaration
Swift
case warning
-
Information contains possible errors
Declaration
Swift
case info
-
Verbose is needed to understand what is happening
Declaration
Swift
case verbose