mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Added log categories for driver/plugin
This commit is contained in:
@@ -30,6 +30,8 @@ namespace BlackMisc
|
||||
{ "services", exactMatch(CLogCategory::services()) },
|
||||
{ "settings", exactMatch(CLogCategory::settings()) },
|
||||
{ "cache", exactMatch(CLogCategory::cache()) },
|
||||
{ "driver", exactMatch(CLogCategory::driver()) },
|
||||
{ "plugin", exactMatch(CLogCategory::plugin()) },
|
||||
{ "background task", exactMatch(CLogCategory::worker()) },
|
||||
{ "model mapping", exactMatch(CLogCategory::mapping()) },
|
||||
{ "model matching", exactMatch(CLogCategory::matching()) },
|
||||
|
||||
Reference in New Issue
Block a user