Changed macro name to SPDLOG_EMIT_SOURCE_LOCATION

This commit is contained in:
Gabi Melman
2023-09-16 17:01:15 +03:00
committed by gabime
parent ce6bccb194
commit 536da46a2c
2 changed files with 6 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ public:
}
}
#ifdef SPDLOG_USE_SOURCE_LOCATION
#ifdef SPDLOG_EMIT_SOURCE_LOCATION
template<typename... Args>
void trace(loc_with_fmt fmt, Args &&...args)
{