mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
refs #889, log categories
This commit is contained in:
committed by
Mathew Sutcliffe
parent
2c2a043e40
commit
ff0c37ff58
@@ -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()) },
|
||||
|
||||
Reference in New Issue
Block a user