We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffcefc commit 3933350Copy full SHA for 3933350
iOS_SDK/OneSignalSDK/OneSignalCore/Source/OneSignalLog.h
@@ -43,7 +43,5 @@ typedef NS_ENUM(NSUInteger, ONE_S_LOG_LEVEL) {
43
44
@interface OneSignalLog : NSObject<OSDebug>
45
+ (Class<OSDebug>)Debug;
46
-+ (void)setLogLevel:(ONE_S_LOG_LEVEL)logLevel;
47
-+ (void)setAlertLevel:(ONE_S_LOG_LEVEL)logLevel;
48
+ (void)onesignalLog:(ONE_S_LOG_LEVEL)logLevel message:(NSString* _Nonnull)message;
49
@end
0 commit comments