Commit 3f14e260 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update README.md

parent 34061aac
...@@ -90,7 +90,7 @@ int main(int, char* []) ...@@ -90,7 +90,7 @@ int main(int, char* [])
console->debug("Now it should.."); 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"); auto my_logger = spd::basic_logger_mt("basic_logger", "logs/basic.txt");
my_logger->info("Some log message"); 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