AdLogger
@objc(AASDKAdLogger)
public final class AdLogger : NSObjectMain logger class for AdswizzSDK. The destination output conforms to the AdLoggerDestination protocol.
- 
                  
                  Shared instance for the logger. DeclarationSwift @objc public static let shared: AdLogger
- 
                  
                  Set the destination for the logger. The default is NSLog.DeclarationSwift @objc public var destination: AdLoggerDestination
