Commit f0bd551b authored by Gabi Melman's avatar Gabi Melman

Update README.md

parent 0c254a69
...@@ -67,7 +67,7 @@ int main(int, char* []) ...@@ -67,7 +67,7 @@ int main(int, char* [])
namespace spd = spdlog; namespace spd = spdlog;
try try
{ {
// Set log level to all loggers to DEBUG and above // Set log level to all loggers to debug and above
spd::set_level(spd::level::debug); spd::set_level(spd::level::debug);
//Create console, multithreaded logger //Create console, multithreaded logger
......
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