Ref T773, clear log when written, set object name for logger

This commit is contained in:
Klaus Basan
2020-02-12 21:45:51 +01:00
committed by Mat Sutcliffe
parent f6c5e6f3cb
commit a629b70724
4 changed files with 12 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ namespace BlackMisc
static const CLogCategoryList &getLogCategories();
//! Write a log in background
CWorker *writeLogInBackground();
CWorker *writeLogInBackground(bool clearLog);
//! Clear log file
void clearLog();