example.cpp fix

This commit is contained in:
gabime
2018-04-28 19:29:10 +03:00
parent f2023e80a8
commit d51102a168
2 changed files with 6 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ int main(int, char *[])
daily_logger->info(123.44);
// Customize msg format for all messages
// spd::set_pattern("[%^+++%$] [%H:%M:%S %z] [thread %t] %v"); //crash
spd::set_pattern("[%^+++%$] [%H:%M:%S %z] [thread %t] %v");
console->info("This an info message with custom format");
console->error("This an error message with custom format");