Added utility stuff
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "Core/Util/Logging.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
_LOG_LEVEL LOG_LEVEL = LOG_LEVEL_DEBUG;
|
||||
#else
|
||||
_LOG_LEVEL LOG_LEVEL = LOG_LEVEL_INFO;
|
||||
#endif
|
||||
Reference in New Issue
Block a user