diff --git a/include/spdlog/logger.h b/include/spdlog/logger.h index 8e52095d..e05867ef 100644 --- a/include/spdlog/logger.h +++ b/include/spdlog/logger.h @@ -83,8 +83,8 @@ 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 &);