SCAdLog
@interface SCAdLog : NSObject
Use this class to enable loggings helping you with troubleshooting any kind of errorous behavior of SmartclipSDKiOS
-
Check if logging is enabled
Declaration
Objective-C
@property (class, nonatomic) BOOL loggingEnabled; -
Pass desired log level here.
Declaration
Objective-C
+ (void)setLogLevel:(LogLevel)level;
SCAdLog Class Reference