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, ...)
|
#define LOG_FATAL(loggerName, ...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
#define DEBUG_LOG_INFO(loggerName, ...) \
|
#define DEBUG_LOG_INFO(loggerName, ...) \
|
||||||
if (spdlog::get(#loggerName)) \
|
if (spdlog::get(#loggerName)) \
|
||||||
spdlog::get(#loggerName)->info(std::format(__VA_ARGS__));
|
spdlog::get(#loggerName)->info(std::format(__VA_ARGS__));
|
||||||
|
|||||||
Reference in New Issue
Block a user