Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabi Melman <gmelman1@gmail.com>2016-06-22 00:32:50 +0300
committerGitHub <noreply@github.com>2016-06-22 00:32:50 +0300
commitdb01c6b64ddb63a07b3000acc45b589414d6eaaa (patch)
treea5767043bc51e1419a6f8384f7ef8fd38cd5ea99 /README.md
parenta047b58e65c331a8db22a67061423e899a924585 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 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
//