Commit 1939e77d authored by Gabi Melman's avatar Gabi Melman

Update README.md

parent 35446d08
......@@ -65,7 +65,7 @@ int main(int, char* [])
namespace spd = spdlog;
try
{
// Colored console logger
// console logger (multithreaded and with color)
auto console = spd::stdout_logger_mt("console", true);
console->info("Welcome to spdlog!") ;
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