We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636a2b4 commit 62c5a20Copy full SHA for 62c5a20
Src/DasherCore/DasherInterfaceBase.cpp
@@ -54,11 +54,11 @@
54
#include "FileUtils.h"
55
#include "SmoothingFilter.h"
56
#include "../DasherCore/FileLogger.h"
57
-#ifdef _DEBUG
+#ifndef NDEBUG
58
const eLogLevel g_iLogLevel = eLogLevel::logDEBUG;
59
const int g_iLogOptions = logTimeStamp | logDateStamp | logDeleteOldFile;
60
#else
61
-const eLogLevel g_iLogLevel = logNORMAL;
+const eLogLevel g_iLogLevel = eLogLevel::logNORMAL;
62
const int g_iLogOptions = logTimeStamp | logDateStamp;
63
#endif
64
0 commit comments