refs #316 Added CLogMessage for logging messages, and corresponding changes to CStatusMessage and CTextMessage.

This commit is contained in:
Mathew Sutcliffe
2014-09-25 22:44:34 +01:00
parent 8ba1a37ea7
commit ce6cdf12a7
10 changed files with 447 additions and 158 deletions

View File

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