Log.category for DBus server

This commit is contained in:
Klaus Basan
2020-01-15 02:38:47 +01:00
parent 9dee6acef9
commit 143ac8576a
5 changed files with 21 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ namespace BlackMisc
{ "cache", exactMatch(CLogCategory::cache()) },
{ "cmd.line handling", exactMatch(CLogCategory::cmdLine()) },
{ "data inconsistency", exactMatch(CLogCategory::dataInconsistency()) },
{ "DBus", exactMatch(CLogCategory::dbus()) },
{ "downloading data", exactMatch(CLogCategory::download()) },
{ "driver", exactMatch(CLogCategory::driver()) },
{ "flight plan", exactMatch(CLogCategory::flightPlan()) },