Open
Description
THIS DOESN'T WORK / no logs are displayed - although compiles fine.
static const int 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>
#define ddLogLevel DDLogLevelVerbose
#endif
Metadata
Metadata
Assignees
Labels
No labels