SCAdLog
@interface SCAdLog : NSObject
Use this class to enable loggings helping you with troubleshooting any kind of errorous behavior of SCTVOSSDK
-
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;