mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
Reduced amount of macros used.
Removed SPDLOG_SOURCE_MACROS_ON and SPDLOG_FUNCTION_SUFFIX.
This commit is contained in:
@@ -910,9 +910,6 @@ public:
|
||||
}
|
||||
scoped_pad p(msg.source.funcname, padinfo_, dest);
|
||||
fmt_helper::append_string_view(msg.source.funcname, dest);
|
||||
#ifdef SPDLOG_FUNCTION_SUFFIX
|
||||
fmt_helper::append_string_view(SPDLOG_FUNCTION_SUFFIX, dest);
|
||||
#endif
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user