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