From e5996fa7074b11bce48b125756051d09de438533 Mon Sep 17 00:00:00 2001 From: dufourj Date: Sun, 16 Apr 2006 17:38:16 +0000 Subject: Log : - rajout du logger en ram avec factory ; TODO : - rajouter le serveur pour récupérer les données à la fin du programme ; - voir pour un paramêtre pour la taille du buffer depuis le fichier de config. --- i/marvin/runtime/rc/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'i/marvin/runtime/rc') diff --git a/i/marvin/runtime/rc/config b/i/marvin/runtime/rc/config index 3292279..de0bf14 100644 --- a/i/marvin/runtime/rc/config +++ b/i/marvin/runtime/rc/config @@ -37,7 +37,9 @@ motor.pStatMotor = 0 # Possible values are : # - null : no log, optimized for time ; # - stdout : to stdout ; -# - file:/path/filename : to a file. +# - file:/path/filename : to a file ; +# - ram : in a circular buffer for getting it at the end of the program by +# network. # log.logger.default = "stdout" # log.logger.asserv = "null" -- cgit v1.2.3