mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
Fix edit bug fr
This commit is contained in:
@@ -119,4 +119,12 @@ inline void InitLogger()
|
||||
#define LOG_WARN(loggerName, ...)
|
||||
#define LOG_ERROR(loggerName, ...)
|
||||
#define LOG_FATAL(loggerName, ...)
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
#define DEBUG_LOG_INFO(loggerName, ...) \
|
||||
if (spdlog::get(#loggerName)) \
|
||||
spdlog::get(#loggerName)->info(std::format(__VA_ARGS__));
|
||||
#else
|
||||
#define DEBUG_LOG_INFO(loggerName, ...)
|
||||
#endif
|
||||
Reference in New Issue
Block a user