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