---
 doc/logcontrol-api.txt | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 doc/logcontrol-api.txt

diff --git a/doc/logcontrol-api.txt b/doc/logcontrol-api.txt
new file mode 100644
index 0000000..c9fdae3
--- /dev/null
+++ b/doc/logcontrol-api.txt
@@ -0,0 +1,22 @@
+Debug log control
+=================
+
+Service                net.connman
+Interface      net.connman.DebugLog
+Object path    /
+
+Methods                void Enable(string pattern)
+
+                       Enables all logs that match the pattern.
+
+               void Disable(string pattern)
+
+                       Disables all logs that match the pattern.
+
+               array{string} List()
+
+                       Returns all available log names and aliases.
+
+                       In order for Enable or Disable call to have any
+                       effect, the pattern must match one or more of
+                       these strings.
-- 
1.8.3.2

_______________________________________________
connman mailing list
connman@connman.net
https://lists.connman.net/mailman/listinfo/connman

Reply via email to