]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - m4/gengetopt/loglevel.m4
Move gengetopt input files to m4 directory.
[paraslash.git] / m4 / gengetopt / loglevel.m4
diff --git a/m4/gengetopt/loglevel.m4 b/m4/gengetopt/loglevel.m4
new file mode 100644 (file)
index 0000000..162d030
--- /dev/null
@@ -0,0 +1,22 @@
+<qu>
+option "loglevel" l
+#~~~~~~~~~~~~~~~~~~
+"set loglevel"
+string typestr="level"
+values = "debug","info","notice","warning","error","crit","emerg"
+default="warning"
+optional
+details="
+       Log only messages with severity greater or equal the given
+       value.
+
+       debug: Produces really noisy output.
+       info: Still noisy, but won't fill up the disk quickly.
+       notice: Indicates normal, but significant event.
+       warning: Unexpected events that can be handled.
+       error: Unhandled error condition.
+       crit: System might be unreliable.
+       emerg: Last message before exit.
+"
+
+</qu>