Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in demo - you're using pch - #25

Open
johndpope opened this issue Nov 24, 2018 · 2 comments
Open

in demo - you're using pch - #25

johndpope opened this issue Nov 24, 2018 · 2 comments

Comments

@johndpope
Copy link
Contributor

johndpope commented Nov 24, 2018

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
@rivera-ernesto
Copy link
Member

Does your PR close this?

@johndpope
Copy link
Contributor Author

No. PR just overcomes import error. There’s no errors per se, but no logging appears in logger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants