mirror of
https://github.com/gabime/spdlog.git
synced 2025-11-16 09:28:56 +08:00
Changed macro name to SPDLOG_EMIT_SOURCE_LOCATION
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user