Catch these cases, maybe we are missing something

This commit is contained in:
SimoneN64
2023-11-08 23:59:36 +01:00
parent 91b0c33208
commit c82841f0fd
4 changed files with 33 additions and 48 deletions

View File

@@ -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>