Update README.md

This commit is contained in:
Gabi Melman 2014-12-07 09:41:21 +02:00
parent dbdda39683
commit c77e0fa837
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ int main(int, char* [])
for(int i = 0; i < 10; ++i)
file_logger->info("{} * {} equals {:>10}", i, i, i*i);
//Customize msg format
spd::set_pattern("*** [%H:%M:%S %z] [thread %t] %v ***");
file_logger->info("This is another message with custom format");