From 8d164f47a8cd62aa8b14128916db96930782b5f6 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 21 May 2017 04:03:36 +0300 Subject: [PATCH] tweakme disable counters by default --- include/spdlog/tweakme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/tweakme.h b/include/spdlog/tweakme.h index 3b580d04..4d52ab76 100644 --- a/include/spdlog/tweakme.h +++ b/include/spdlog/tweakme.h @@ -125,5 +125,5 @@ // Uncomment to enable message counting feature. Adds %i logger pattern that // prints log message sequence id. // - #define SPDLOG_ENABLE_MESSAGE_COUNTER +// #define SPDLOG_ENABLE_MESSAGE_COUNTER ///////////////////////////////////////////////////////////////////////////////