Update README.md

This commit is contained in:
Gabi Melman 2016-06-22 10:17:38 +03:00 committed by GitHub
parent 34061aac13
commit 3f14e26051
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ int main(int, char* [])
console->debug("Now it should..");
//
// Create a basic multithreaded file logger (use "file_logger_st" for the single threaded version)
// Create a basic multithreaded file logger (or "basic_logger_st" for single threaded logger)
//
auto my_logger = spd::basic_logger_mt("basic_logger", "logs/basic.txt");
my_logger->info("Some log message");