LogLevel
@objc
public enum LogLevel : Int, CaseIterable, CustomStringConvertible- 
                  
                  DeclarationSwift case DEFAULT = 0
- 
                  
                  DeclarationSwift case DEBUG = 1
- 
                  
                  DeclarationSwift case INFO = 2
- 
                  
                  DeclarationSwift case FAULT = 3
- 
                  
                  DeclarationSwift case ERROR = 4
- 
                  
                  DeclarationSwift case OFF = 5
- 
                  
                  DeclarationSwift public var description: String { get }
