diff --git a/include/spdlog/logger.h b/include/spdlog/logger.h index e05867ef..aa4a2c5d 100644 --- a/include/spdlog/logger.h +++ b/include/spdlog/logger.h @@ -84,7 +84,7 @@ public: template void critical(const wchar_t *fmt, const Args &... args); #endif // SPDLOG_WCHAR_TO_UTF8_SUPPORT - + template void log(level::level_enum lvl, const T &);