Update README.md

This commit is contained in:
Gabi Melman 2015-01-30 23:22:39 +02:00
parent 47e695d2fc
commit 956e914346
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ int main(int, char* [])
//
spd::set_level(spd::level::info); //Set global log level to info
console->debug("This message shold not be displayed!");
console->set_level(spd::level::info); // Set specific logger's log level
console->info("Now it should..");
console->set_level(spd::level::debug); // Set specific logger's log level
console->debug("Now it should..");
//
// Create a file rotating logger with 5mb size max and 3 rotated files