mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Ref T104, new log category
This commit is contained in:
committed by
Mathew Sutcliffe
parent
7168f97b45
commit
4c5dca40d7
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user