refs #522, as preparation for mutable in status message

* added the new human readable patterns ( also for #506 )
* adjusted using functions

Meeting:
https://dev.vatsim-germany.org/boards/22/topics/2786?r=2787#message-2787
This commit is contained in:
Klaus Basan
2015-11-25 23:10:57 +01:00
parent a2b413c8e1
commit a4ba45ce75
6 changed files with 24 additions and 26 deletions

View File

@@ -83,7 +83,10 @@ namespace BlackMisc
const CLogCategoryList &getCategories() const { return this->m_categories; }
//! Human readable category
QString getHumanReadableCategory() const;
QString getHumanReadablePattern() const;
//! All human readable categories
QStringList getHumanReadablePatterns() const;
//! Message severity
StatusSeverity getSeverity() const { return this->m_severity; }