static int ddLogLevel = LOG_LEVEL_WARN;
ddLogLevel = LOG_LEVEL_VERBOSE;
The compiler does not let me do that (Redefinition of ddLogLevel).
Do you see what I would like to do ?
Is it possible ?
Or maybe, due to my misunderstanding of global variable, impossible ?
Thank you
Colas
static int ddLogLevel = LOG_LEVEL_WARN;
For instance, my "global level" is WARN but for a given class, I would like to have VERBOSE.
The compiler does not let me do that (Redefinition of ddLogLevel).
--
You received this message because you are subscribed to the Google Groups "CocoaLumberjack" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cocoalumberja...@googlegroups.com.
To post to this group, send email to cocoalu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/cocoalumberjack/-/KV2wSr2LbjsJ.
For more options, visit https://groups.google.com/groups/opt_out.