Update daily_file_sink.h

This commit is contained in:
Gabi Melman 2021-02-26 12:38:49 +02:00 committed by GitHub
parent 3135b6a33d
commit 0fac33781d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,8 +38,7 @@ struct daily_filename_calculator
}; };
/* /*
* Generator of daily log file names with strftime support. * Generator of daily log file names with strftime format.
* For example "myfile_Y_%m_%d.log"
*/ */
struct daily_filename_format_calculator struct daily_filename_format_calculator
{ {