fix editing s8-s10

This commit is contained in:
Gray
2025-07-15 21:33:57 -04:00
parent 131e494cef
commit 51d4ec80ea
4 changed files with 13 additions and 5 deletions

View File

@@ -121,7 +121,7 @@ inline void InitLogger()
#define LOG_FATAL(loggerName, ...)
#endif
#if 0
#if 1
#define DEBUG_LOG_INFO(loggerName, ...) \
if (spdlog::get(#loggerName)) \
spdlog::get(#loggerName)->info(std::format(__VA_ARGS__));