summaryrefslogtreecommitdiff
path: root/src/shared/bus-log-control-api.h
Commit message (Collapse)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* shared: split out BusObjectImplementor APIsLennart Poettering2020-06-301-1/+1
| | | | Just some refactoring, no code changes
* util: add missing header guardYu Watanabe2020-06-261-0/+1
|
* sd-bus: add helper struct for interface definitionsZbigniew Jędrzejewski-Szmek2020-05-051-1/+6
| | | | | | The idea is to have a static table that defines the dbus API. The vtable is defined right next to the interface name and path because they are logically connected.
* log-control-api: add generic D-Bus interface for querying/setting log ↵Lennart Poettering2020-04-211-0/+13
level/target Let's define a new, generic bus interface that any daemon can implement for querying/setting the log level. We can turn this into something more powerful later on, but for now, only expose three properties: the log level, log target and the syslog identifier (with the former two being writable). This is supposed to be generic, so that it can be implemented by 3rd party daemons too, eventually.