summaryrefslogtreecommitdiff
path: root/introspection/nm-manager.xml
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2012-12-12 14:21:40 +0100
committerJiří Klimeš <jklimes@redhat.com>2013-01-09 16:47:49 +0100
commit2952c0990239bf95654a8cfdf0bddda789da9e2b (patch)
tree2b3b72d0601f4df507b12dc8da92ffd68faf6e63 /introspection/nm-manager.xml
parentc875a4d205a07c5df2c6eae2ffa386b15c94378f (diff)
downloadNetworkManager-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.xml17
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,