diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2012-12-12 14:21:40 +0100 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2013-01-09 16:47:49 +0100 |
commit | 2952c0990239bf95654a8cfdf0bddda789da9e2b (patch) | |
tree | 2b3b72d0601f4df507b12dc8da92ffd68faf6e63 /introspection/nm-manager.xml | |
parent | c875a4d205a07c5df2c6eae2ffa386b15c94378f (diff) | |
download | NetworkManager-2952c0990239bf95654a8cfdf0bddda789da9e2b.tar.gz |
core: add GetLogging() D-Bus call to org.freedesktop.NetworkManager
Returns current logging level and domains set.
Diffstat (limited to 'introspection/nm-manager.xml')
-rw-r--r-- | introspection/nm-manager.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/introspection/nm-manager.xml b/introspection/nm-manager.xml index f5fd7abcf4..1ea54c4582 100644 --- a/introspection/nm-manager.xml +++ b/introspection/nm-manager.xml @@ -225,6 +225,23 @@ </arg> </method> + <method name="GetLogging"> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_get_logging"/> + <tp:docstring> + Get current logging verbosity level and operations domains. + </tp:docstring> + <arg name="level" type="s" direction="out"> + <tp:docstring> + One of [ERR, WARN, INFO, DEBUG]. + </tp:docstring> + </arg> + <arg name="domains" type="s" direction="out"> + <tp:docstring> + For available domains see SetLogging() call. + </tp:docstring> + </arg> + </method> + <method name="state"> <tp:docstring> The overall networking state as determined by the NetworkManager daemon, |