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

@@ -45,8 +45,9 @@ namespace BlackMisc
{ "swift context slots", exactMatch(CLogCategory::contextSlot()) },
{ "swift GUI", exactMatch(CLogCategory::guiComponent()) },
{ "downloading data", exactMatch(CLogCategory::download()) },
{ "VASTIM specific", exactMatch(CLogCategory::vatsimSpecific()) },
{ "VATSIM specific", exactMatch(CLogCategory::vatsimSpecific()) },
{ "webservice related", exactMatch(CLogCategory::webservice()) },
{ "data inconsistency", exactMatch(CLogCategory::dataInconsistency()) },
{ "startup phase", exactMatch(CLogCategory::startup()) },
{ "swift DB webservice related", exactMatch(CLogCategory::swiftDbWebservice()) },
{ "swift core", exactMatch(CLogCategory::swiftCore()) },