From d9a38657d3f97a2543ea1528732cc6abe5e525c9 Mon Sep 17 00:00:00 2001 From: dufourj Date: Tue, 14 Mar 2006 01:47:30 +0000 Subject: 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. --- i/marvin/runtime/rc/config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'i/marvin/runtime') 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" -- cgit v1.2.3