Catch these cases, maybe we are missing something
This commit is contained in:
@@ -11,7 +11,7 @@ enum LogLevel : u8 {
|
||||
#ifndef NDEBUG
|
||||
static constexpr auto globalLogLevel = Debug;
|
||||
#else
|
||||
static constexpr auto globalLogLevel = Info;
|
||||
static constexpr auto globalLogLevel = Error;
|
||||
#endif
|
||||
|
||||
template <LogLevel messageType = Info, typename ...Args>
|
||||
|
||||
Reference in New Issue
Block a user