LogLevel
public enum LogLevel : Int, ComparableThe enum that represents the logger level.
- 
                  
                  The message that indicates that an error occurred. DeclarationSwift case error
- 
                  
                  The message that indicates an unusual behavior which requires special handling. DeclarationSwift case warning
- 
                  
                  Informational messages. DeclarationSwift case info
- 
                  
                  The message that contains information helpful for debugging purposes. DeclarationSwift case debug
- 
                  
                  The message that contains information about the program tracing execution. DeclarationSwift case trace
- 
                  
                  DeclarationSwift public static func < (lhs: `Self`, rhs: `Self`) -> Bool
 Install in Dash
Install in Dash LogLevel Enumeration Reference
        LogLevel Enumeration Reference