File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ + (void)enableLoggingAtLevel:(BranchLogLevel)logLevel withCallback:(nullable Bra
469469 }
470470}
471471
472- + (void )enableLoggingAtLevel : (BranchLogLevel)logLevel withAdvancedCallback : (nullable BranchAdvancedLogCallback)callback {
472+ + (void )enableLoggingAtLevel : (BranchLogLevel)logLevel withAdvancedCallback : (BranchAdvancedLogCallback)callback {
473473 BranchLogger *logger = [BranchLogger shared ];
474474 logger.loggingEnabled = YES ;
475475 logger.logLevelThreshold = logLevel;
Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ extern NSString * __nonnull const BNCSpotlightFeature;
568568 */
569569+ (void )enableLogging ;
570570+ (void )enableLoggingAtLevel : (BranchLogLevel)logLevel withCallback : (nullable BranchLogCallback)callback ;
571- + (void )enableLoggingAtLevel : (BranchLogLevel)logLevel withAdvancedCallback : (nullable BranchAdvancedLogCallback)callback ;
571+ + (void )enableLoggingAtLevel : (BranchLogLevel)logLevel withAdvancedCallback : (BranchAdvancedLogCallback)callback ;
572572
573573// The new logging system is independent of the Branch singleton and can be called earlier.
574574- (void )enableLogging __attribute__((deprecated((" This API is deprecated. Please use the static version." ))));
You can’t perform that action at this time.
0 commit comments