Commit 35446d08 authored by Gabi Melman's avatar Gabi Melman

Update README.md

parent 296623ba
...@@ -65,7 +65,7 @@ int main(int, char* []) ...@@ -65,7 +65,7 @@ int main(int, char* [])
namespace spd = spdlog; namespace spd = spdlog;
try try
{ {
//Create thread safe console logger (with colors) // Colored console logger
auto console = spd::stdout_logger_mt("console", true); auto console = spd::stdout_logger_mt("console", true);
console->info("Welcome to spdlog!") ; console->info("Welcome to spdlog!") ;
console->info("An info message example {}..", 1); console->info("An info message example {}..", 1);
......
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