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_: ) Comparable
conformance. It allowsAdswizzSDK
to compareLevel
instances by their raw value. -
description
From AdswizzSDKCustomStringConvertible
conformance. It returns a human-readable description forLevel
values.Declaration
Swift
public var description: String { get }