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

Undefined ddLogLevel when using DDLogCWarn #1

Closed
msqr opened this issue Aug 4, 2016 · 0 comments
Closed

Undefined ddLogLevel when using DDLogCWarn #1

msqr opened this issue Aug 4, 2016 · 0 comments
Labels

Comments

@msqr
Copy link
Contributor

msqr commented Aug 4, 2016

The DDLogCWarn macro, if used, produces an error:

Use of undeclared identifier 'ddLogLevel'; did you mean 'BRCLogLevel'?

The macro is defined with LOG_LEVEL_DEF which evaluates to ddLogLevel. Looking at the DDLogCError macro, it instead uses the mentioned BRCLogLevel global. I think all the DDLogC* macros are meant to use BRCLogLevel instead of LOG_LEVEL_DEF.

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

No branches or pull requests

1 participant