refs #526, category/statusmessage

* new categories
* utility functions in status message
This commit is contained in:
Klaus Basan
2016-01-02 20:42:06 +01:00
parent 4e0e2cddf8
commit 6fc39fb2d5
5 changed files with 44 additions and 7 deletions

View File

@@ -64,6 +64,12 @@ namespace BlackMisc
//! Reset the categories of all messages in the list
void setCategories(const CLogCategoryList &categories);
//! Remove warnings and below
void removeWarningsAndBelow();
//! Remove info and below
void removeInfoAndBelow();
//! Find worst severity
CStatusMessage::StatusSeverity worstSeverity() const;