Commit 9d49528e by NitefullWind

1. 修改QsLog保存日志文件的数量最多为100个。

parent b92c4e0b
......@@ -30,7 +30,7 @@
#include <QtGlobal>
#include <iostream>
const int QsLogging::SizeRotationStrategy::MaxBackupCount = 10;
const int QsLogging::SizeRotationStrategy::MaxBackupCount = 100;
QsLogging::RotationStrategy::~RotationStrategy()
{
......
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