Reduced amount of macros used.

Removed SPDLOG_SOURCE_MACROS_ON and SPDLOG_FUNCTION_SUFFIX.
This commit is contained in:
possiblyhuman
2019-01-09 21:15:19 +00:00
parent 2124b7bf64
commit 32420b77c8
3 changed files with 6 additions and 29 deletions

View File

@@ -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
}
};