From db01c6b64ddb63a07b3000acc45b589414d6eaaa Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 22 Jun 2016 00:32:50 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f562e14..d9a6af3a 100644 --- a/README.md +++ b/README.md @@ -90,12 +90,11 @@ int main(int, char* []) console->debug("Now it should.."); // - // Create a basic file logger (multithreaded, use "file_logger_st" for single threaded logger) + // Create a basic multithreaded file logger (use "file_logger_st" for the single threaded version) // auto simple_logger = spd::file_logger_mt("basic_logger", "logs/simple.txt"); simple_logger->info("Some log message"); - // // Create a file rotating logger with 5mb size max and 3 rotated files //