GH-926 implement log cleaning functionality

Also adds gzip compressed log support
This commit is contained in:
Petr Mrázek
2015-08-18 02:25:24 +02:00
parent 4e3af265da
commit 96fdaebb5c
19 changed files with 447 additions and 53 deletions

View File

@@ -70,4 +70,8 @@ public:
{
return QMap<QString, QString>();
}
virtual IPathMatcher::Ptr getLogFileMatcher()
{
return nullptr;
}
};