refs #889, log categories

This commit is contained in:
Klaus Basan
2017-02-25 16:34:31 +01:00
committed by Mathew Sutcliffe
parent 2c2a043e40
commit ff0c37ff58
8 changed files with 72 additions and 0 deletions

View File

@@ -35,6 +35,10 @@ namespace BlackMisc
{ "background task", exactMatch(CLogCategory::worker()) },
{ "model mapping", exactMatch(CLogCategory::mapping()) },
{ "model matching", exactMatch(CLogCategory::matching()) },
{ "model loader", exactMatch(CLogCategory::modelLoader()) },
{ "model cache", exactMatch(CLogCategory::modelCache()) },
{ "model set cache", exactMatch(CLogCategory::modelSetCache()) },
{ "model GUI", exactMatch(CLogCategory::modelGui()) },
{ "network (flight)", exactMatch(CLogCategory::network()) },
{ "swift contexts", exactMatch(CLogCategory::context()) },
{ "swift context slots", exactMatch(CLogCategory::contextSlot()) },