New audiod command: ll to change the log level at runtime.
[paraslash.git] / m4 / lls / include / com_ll.m4
diff --git a/m4/lls/include/com_ll.m4 b/m4/lls/include/com_ll.m4
new file mode 100644 (file)
index 0000000..d100dfa
--- /dev/null
@@ -0,0 +1,9 @@
+[subcommand ll]
+       purpose = Query or set the log level of the daemon
+       non-opts-name = [severity]
+       [description]
+               If no argument is given, the command prints the severity string (one
+               of the possible string arguments to --loglevel) which corresponds to
+               the current loglevel. Otherwise, if the given argument is a severity
+               string, the current log level is set accordingly.
+       [/description]