Commit 9230d9e6 authored by gabime's avatar gabime

Merge branch 'master' of https://github.com/gabime/spdlog

parents abee27b9 1939e77d
...@@ -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) // console logger (multithreaded and with color)
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