summaryrefslogtreecommitdiff
path: root/i/marvin/runtime/rc
diff options
context:
space:
mode:
authordufourj2006-03-14 01:47:30 +0000
committerdufourj2006-03-14 01:47:30 +0000
commitd9a38657d3f97a2543ea1528732cc6abe5e525c9 (patch)
tree744bf9b3587a3d2f234e2d6fc074c84eb1cb0362 /i/marvin/runtime/rc
parent8a4df37115ce2baf734b2bf6b6c5ef394e8731e4 (diff)
Log :
- Découpage en différents types de logger ; - Création d'un logger null utilisé pour les messages non traités ; - Création d'un logger stdout pour la sortie sur stdout. TODO : - Créer un logger pour fichier ; - Créer un logger en ram.
Diffstat (limited to 'i/marvin/runtime/rc')
-rw-r--r--i/marvin/runtime/rc/config6
1 files changed, 6 insertions, 0 deletions
diff --git a/i/marvin/runtime/rc/config b/i/marvin/runtime/rc/config
index 6be1ca2..397f4e7 100644
--- a/i/marvin/runtime/rc/config
+++ b/i/marvin/runtime/rc/config
@@ -33,6 +33,12 @@ motor.pStatMotor = 0
# Can be specialized for a specific module
# For example, with the module asserv
# log.level.asserv = "debug"
+# The same for the logger used to log
+# Possible values are :
+# - null : no log, optimized for time ;
+# - stdout : to stdout ;
+# log.logger.default = "stdout"
+# log.logger.asserv = "null"
### Exemples
foo = "toto"