Level
The AdLogger level type.
- 
                  
                  Verbose log level. This is the most verbose. May print object content. DeclarationSwift case verbose
- 
                  
                  Debug log level. DeclarationSwift case debug
- 
                  
                  Info log level. DeclarationSwift case info
- 
                  
                  Error log level. This is the most critical DeclarationSwift case error
- 
                  
                  This option doesn’t log anything. DeclarationSwift case none
- 
                  <(_:From AdswizzSDK_: ) Comparableconformance. It allowsAdswizzSDKto compareLevelinstances by their raw value.
- 
                  descriptionFrom AdswizzSDKCustomStringConvertibleconformance. It returns a human-readable description forLevelvalues.DeclarationSwift public var description: String { get }
