apparently gui is fixed?

This commit is contained in:
Gray
2024-09-14 10:07:50 -04:00
parent c106b35d18
commit 9dbd6ae2f0
10 changed files with 99 additions and 6 deletions

View File

@@ -113,6 +113,7 @@ inline void InitLogger()
if (spdlog::get(#loggerName)) \
spdlog::get(#loggerName)->critical(std::format(__VA_ARGS__));
#else
#pragma warning( disable : 4390 ) // cuz then it will produce if (blahblah) ;
#define LOG_DEBUG(loggerName, ...)
#define LOG_INFO(loggerName, ...)
#define LOG_WARN(loggerName, ...)