From d0b8ecb6dd9fe54a1693e3d9972a06db244032a0 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 29 Apr 2018 01:56:18 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df60088..f52f7a01 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ Time needed to log 1,000,000 lines in asynchronous mode, i.e. the time it takes #define SPDLOG_TRACE_ON #define SPDLOG_DEBUG_ON -// include only what you used from the below + +// include only features that you use #include "spdlog/sinks/daily_file_sink.h" #include "spdlog/sinks/rotating_file_sink.h" #include "spdlog/sinks/simple_file_sink.h"