Added log categories for driver/plugin

This commit is contained in:
Klaus Basan
2016-11-16 02:57:58 +01:00
parent 3903a24696
commit 6a66ab84c2
4 changed files with 27 additions and 1 deletions

View File

@@ -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()) },