mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
Fixed source location and make SPDLOG_TRACE: that only one that inject source location info.
This commit is contained in:
@@ -79,7 +79,7 @@ public:
|
||||
void log(level::level_enum lvl, const wchar_t *fmt, const Args &... args);
|
||||
|
||||
template<typename... Args>
|
||||
void log(source_location soruce, level::level_enum lvl, const wchar_t *fmt, const Args &... args);
|
||||
void log(source_loc soruce, level::level_enum lvl, const wchar_t *fmt, const Args &... args);
|
||||
|
||||
template<typename... Args>
|
||||
void trace(const wchar_t *fmt, const Args &... args);
|
||||
|
Reference in New Issue
Block a user