CFileLogger: group messages by category.

This commit is contained in:
Mathew Sutcliffe
2016-12-05 19:36:26 +00:00
committed by Klaus Basan
parent 8e6422d2be
commit 6bfbaefdc8
4 changed files with 14 additions and 7 deletions

View File

@@ -70,6 +70,7 @@ namespace BlackMisc
QTextStream m_stream;
QString m_applicationName;
QString m_logPath; //!< Empty by default. Hence the working directory "." is used
QString m_previousCategories;
};
}