From: Martin Quinson Date: Mon, 18 Apr 2011 08:46:31 +0000 (+0200) Subject: document the several thresolds recognized by the --log argument X-Git-Tag: v3.6_beta2~30^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7cd4c43dda6f11f251d6cd233c758a69fe5effff?hp=f9657b9e3d2b602b3e8ae6b1c4ab402bb8a1aa75 document the several thresolds recognized by the --log argument --- diff --git a/src/xbt/log.c b/src/xbt/log.c index fac60e04ce..78008223e2 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -298,7 +298,15 @@ displayed by setting a threshold to each category through the For example, \verbatim --log=root.thres:debug\endverbatim will make SimGrid extremely verbose while \verbatim --log=root.thres:critical\endverbatim should shut it almost -completely off. +completely off. The full list of recognized thresholds is the following: + + - trace: enter and return of some functions + - debug: crufty output + - verbose: verbose output for the user wanting more + - info: output about the regular functionning + - warning: minor issue encountered + - error: issue encountered + - critical: major issue encountered \subsection log_use_conf_multi 3.1.2 Passing several settings