Ref T104, new log category

This commit is contained in:
Klaus Basan
2017-07-08 20:31:30 +02:00
committed by Mathew Sutcliffe
parent 7168f97b45
commit 4c5dca40d7
2 changed files with 10 additions and 1 deletions

View File

@@ -180,6 +180,13 @@ namespace BlackMisc
return cat;
}
//! Data inconsistency
static const CLogCategory &dataInconsistency()
{
static const CLogCategory cat { "swift.datainconsistency" };
return cat;
}
//! Startup of application
static const CLogCategory &startup()
{
@@ -239,6 +246,7 @@ namespace BlackMisc
cache(),
context(),
contextSlot(),
dataInconsistency(),
download(),
driver(),
guiComponent(),