mirror of
https://github.com/gabime/spdlog.git
synced 2025-03-15 05:03:27 +08:00
docs: Removed duplicate line in daily_file_sink comment (#3249)
This commit is contained in:
parent
8e5613379f
commit
51a0deca2c
@ -62,7 +62,6 @@ struct daily_filename_format_calculator {
|
|||||||
* Rotating file sink based on date.
|
* Rotating file sink based on date.
|
||||||
* If truncate != false , the created file will be truncated.
|
* If truncate != false , the created file will be truncated.
|
||||||
* If max_files > 0, retain only the last max_files and delete previous.
|
* If max_files > 0, retain only the last max_files and delete previous.
|
||||||
* If max_files > 0, retain only the last max_files and delete previous.
|
|
||||||
* Note that old log files from previous executions will not be deleted by this class,
|
* Note that old log files from previous executions will not be deleted by this class,
|
||||||
* rotation and deletion is only applied while the program is running.
|
* rotation and deletion is only applied while the program is running.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user