Move color logging code to daemon.c and use it also for para_audiod.
[paraslash.git] / audiod.ggo
index cba65d002c9c606ee4aa7f502e209c7f0fe830db..6048b8742ae7c4204074ed9c91007e628eb39482 100644 (file)
@@ -14,6 +14,24 @@ int typestr="level"
 default="3"
 optional
 
+option "color" C
+#~~~~~~~~~~~~~~~
+"activate color output"
+enum typestr="when"
+values = "yes","no","auto"
+default = "auto"
+optional
+
+option "log_color" -
+#~~~~~~~~~~~~~~~~~~~
+"select a color for one type of log message"
+string typestr="color_spec"
+multiple
+optional
+details="
+       Example: --log_color \"INFO:yellow black bold\"
+"
+
 option "config_file" c
 #~~~~~~~~~~~~~~~~~~~~~
 "(default='~/.paraslash/audiod.conf'"