mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Log.category for DBus server
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user