mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
apparently gui is fixed?
This commit is contained in:
@@ -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, ...)
|
||||
|
||||
Reference in New Issue
Block a user