Update README.md

This commit is contained in:
Gabi Melman 2016-04-03 01:57:05 +03:00
parent 35446d08c8
commit 1939e77dbf
1 changed files with 1 additions and 1 deletions

View File

@ -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);