mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
Fixed soruce location macro names
This commit is contained in:
parent
3979bd15f7
commit
c0c1b49fa3
@ -155,7 +155,7 @@ inline void log(level::level_enum lvl, S fmt, Args &&...args)
|
||||
default_logger_raw()->log(lvl, fmt, std::forward<Args>(args)...);
|
||||
}
|
||||
|
||||
#ifdef SPDLOG_USE_SOURCE_LOCATION
|
||||
#ifdef SPDLOG_EMIT_SOURCE_LOCATION
|
||||
template<typename... Args>
|
||||
inline void trace(loc_with_fmt fmt, Args &&...args)
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
#define SPDLOG_USE_SOURCE_LOCATION
|
||||
#define SPDLOG_EMIT_SOURCE_LOCATION
|
||||
#include "includes.h"
|
||||
#include "test_sink.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user