mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
disable debug logging
This commit is contained in:
@@ -121,7 +121,7 @@ inline void InitLogger()
|
||||
#define LOG_FATAL(loggerName, ...)
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
#define DEBUG_LOG_INFO(loggerName, ...) \
|
||||
if (spdlog::get(#loggerName)) \
|
||||
spdlog::get(#loggerName)->info(std::format(__VA_ARGS__));
|
||||
|
||||
Reference in New Issue
Block a user