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

@@ -67,6 +67,13 @@ namespace BlackMisc
return cat;
}
//! DBus related
static const CLogCategory &dbus()
{
static const CLogCategory cat { "swift.dbus" };
return cat;
}
//! Contexts
static const CLogCategory &context()
{
@@ -297,6 +304,7 @@ namespace BlackMisc
cmdLine(),
context(),
contextSlot(),
dbus(),
dataInconsistency(),
download(),
driver(),