From 0584d6d89b181b5954da6171ceed51bb92190e1b Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 21 Oct 2018 18:38:37 +0300 Subject: [PATCH] Removed logn declaration --- include/spdlog/logger.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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);