mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Addded log categories / human readable pattern
This commit is contained in:
@@ -28,6 +28,9 @@ namespace BlackMisc
|
||||
{ "validation", exactMatch(CLogCategory::validation()) },
|
||||
{ "verification", exactMatch(CLogCategory::verification()) },
|
||||
{ "services", exactMatch(CLogCategory::services()) },
|
||||
{ "settings", exactMatch(CLogCategory::settings()) },
|
||||
{ "cache", exactMatch(CLogCategory::cache()) },
|
||||
{ "background task", exactMatch(CLogCategory::worker()) },
|
||||
{ "model mapping", exactMatch(CLogCategory::mapping()) },
|
||||
{ "model matching", exactMatch(CLogCategory::matching()) },
|
||||
{ "swift contexts", exactMatch(CLogCategory::context()) },
|
||||
|
||||
Reference in New Issue
Block a user