Commit f0545165 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #255 from Cleroth/patch-1

m
parents d9304f17 9a888cde
......@@ -102,7 +102,7 @@ int main(int, char* [])
rotating_logger->info("{} * {} equals {:>10}", i, i, i*i);
//
// Create a daily logger - a new file is created every day on 2:30am
// Create a daily logger - a new file is created every day at 2:30am
//
auto daily_logger = spd::daily_logger_mt("daily_logger", "logs/daily", 2, 30);
......
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