Skip to content

Commit

Permalink
Merge pull request #473 from CocoaLumberjack/default_ddLogLevel_set_t…
Browse files Browse the repository at this point in the history
…o_verbose

Default ddLogLevel set to DDLogLevelVerbose
  • Loading branch information
rivera-ernesto committed Mar 10, 2015
2 parents fccb66b + 8db9be0 commit 1afb167
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Classes/DDLogMacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
* The constant/variable/method responsible for controlling the current log level.
**/
#ifndef LOG_LEVEL_DEF
#define LOG_LEVEL_DEF ddLogLevel
#ifdef ddLogLevel
#define LOG_LEVEL_DEF ddLogLevel
#else
#define LOG_LEVEL_DEF DDLogLevelVerbose
#endif
#endif

/**
Expand Down

0 comments on commit 1afb167

Please sign in to comment.