LumberjackConsole
LumberjackConsole copied to clipboard
in demo - you're using pch -
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
Does your PR close this?
No. PR just overcomes import error. There’s no errors per se, but no logging appears in logger.