Commit db01c6b6 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update README.md

parent a047b58e
...@@ -90,12 +90,11 @@ int main(int, char* []) ...@@ -90,12 +90,11 @@ int main(int, char* [])
console->debug("Now it should.."); 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"); auto simple_logger = spd::file_logger_mt("basic_logger", "logs/simple.txt");
simple_logger->info("Some log message"); simple_logger->info("Some log message");
// //
// Create a file rotating logger with 5mb size max and 3 rotated files // Create a file rotating logger with 5mb size max and 3 rotated files
// //
......
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