mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
ref T104, unify logging of inconsistent data
This commit is contained in:
committed by
Mathew Sutcliffe
parent
f53a64396a
commit
c55ad7e142
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user