Commit 34061aac authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update README.md

parent 70d0e873
......@@ -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");
//
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment