SCAdLog

@interface SCAdLog

Use this class to enable loggings helping you with troubleshooting any kind of errornous behavior of SCMobileSDK

  • Check if logging is enabled

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic, class) int loggingEnabled;
  • Pass desired log level here.

    Declaration

    Objective-C

    + (void)setLogLevel:(LogLevel)level;