refs #288, convenience methods in log message

This commit is contained in:
Klaus Basan
2014-11-10 20:52:21 +01:00
committed by Roland Winklmeier
parent d6cc6e3dd3
commit 159dbe9f5a
2 changed files with 24 additions and 2 deletions

View File

@@ -111,6 +111,9 @@ namespace BlackMisc
//! Set the severity to error, providing a format string.
CLogMessage &error(QString format);
//! Log message by status message
CLogMessage &statusMessage(const CStatusMessage &statusMessage);
//! Set the severity to info, providing a format string, and adding the validation category.
CLogMessage &validationInfo(QString format);