X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/20bce0939a53dd9bb3c6ea68107e9529372db19b..d966e8da3b13c4f36c983f1716659318207b3044:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index fac60e04ce..d712637542 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 @@ -456,11 +464,7 @@ The default appender function currently prints to stderr, and the only other existing one writes to the specified file. More would be needed, like the one able to send the logs to a remote dedicated server. This is on our TODO list for quite a while now, but your help would be -welcome here, too. - - - *//*' */ - +welcome here, too. */ xbt_log_appender_t xbt_log_default_appender = NULL; /* set in log_init */ xbt_log_layout_t xbt_log_default_layout = NULL; /* set in log_init */