refs #316 Changed blackmisc and blacksim to use CLogMessage to emit messages.

Also changed functions which always returned CStatusMessageList containing a single CStatusMessage,
to return CStatusMessage instead for simplicity.
This commit is contained in:
Mathew Sutcliffe
2014-09-25 21:24:11 +01:00
parent ed723c5e97
commit b16b02c3d6
10 changed files with 36 additions and 30 deletions

View File

@@ -26,6 +26,15 @@ namespace BlackMisc
public:
//! Log message category for anything related to settings
static QString getMessageCategory() { return "swift.settings"; }
//! Log message category for settings validation messages
static QString validationMessageCategory() { return "swift.settings.validation"; }
//! Log message category for settings update messages
static QString updateMessageCategory() { return "swift.settings.update"; }
//! Command validate
static const QString &CmdValidate()
{