diff --git a/include/spdlog/logger.h b/include/spdlog/logger.h index 289296fd..90610a43 100644 --- a/include/spdlog/logger.h +++ b/include/spdlog/logger.h @@ -47,9 +47,7 @@ public: void log(level::level_enum lvl, const char *fmt, const Args &... args); void log(level::level_enum lvl, const char *msg); - - void logn(level::level_enum lvl, const char *msg, size_t msg_len); - + template void trace(const char *fmt, const Args &... args);