You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
THIS DOESN'T WORK / no logs are displayed - although compiles fine.
staticconstint ddLogLevel = 1;
THIS WORKS
#ifndef __IPHONE_5_0
#warning "This project uses features only available in iOS SDK 5.0 and later."
#endif
#ifdef __OBJC__
#import<UIKit/UIKit.h>
#import<Foundation/Foundation.h>
#import<CocoaLumberjack/CocoaLumberjack.h>
#defineddLogLevel DDLogLevelVerbose
#endif
The text was updated successfully, but these errors were encountered:
THIS DOESN'T WORK / no logs are displayed - although compiles fine.
THIS WORKS
The text was updated successfully, but these errors were encountered: