ref T104, unify logging of inconsistent data

This commit is contained in:
Klaus Basan
2017-07-12 18:55:29 +02:00
committed by Mathew Sutcliffe
parent f53a64396a
commit c55ad7e142
2 changed files with 19 additions and 0 deletions

View File

@@ -100,6 +100,10 @@ namespace BlackCore
//! Still enabled etc.
bool doWorkCheck() const;
//! Use this to log inconsistent data
//! \remark here in a single place severity / format can be adjusted
static void logInconsistentData(const BlackMisc::CStatusMessage &msg, const char *funcInfo = nullptr);
private:
//! Trigger doWorkImpl
void doWork();