Update README.md

This commit is contained in:
Gabi Melman 2016-06-22 10:12:25 +03:00 committed by GitHub
parent 70d0e87328
commit 34061aac13
1 changed files with 1 additions and 1 deletions

View File

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