From 7cd4c43dda6f11f251d6cd233c758a69fe5effff Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 18 Apr 2011 10:46:31 +0200 Subject: [PATCH] document the several thresolds recognized by the --log argument --- src/xbt/log.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- 2.20.1