refs #336 Added class CLogCategory to represent a log category. The category logic of CLogMessage is moved into this new class.

This commit is contained in:
Mathew Sutcliffe
2014-10-14 00:02:16 +01:00
parent 8992bd734c
commit 067344df24
13 changed files with 485 additions and 88 deletions

View File

@@ -33,7 +33,7 @@ namespace BlackMisc
CStatusMessageList(const CSequence<CStatusMessage> &other);
//! Find by type
CStatusMessageList findByCategory(const QString &category) const;
CStatusMessageList findByCategory(const CLogCategory &category) const;
//! Find by severity
CStatusMessageList findBySeverity(CStatusMessage::StatusSeverity severity) const;