X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b83ad9c88af4715987015ddc91ac93ad749df428..8bc85164acb335cf909052b966b2ee4932e06cd7:/doc/doxygen/outcomes_logs.doc diff --git a/doc/doxygen/outcomes_logs.doc b/doc/doxygen/outcomes_logs.doc index 131fe3655f..bdebfd449c 100644 --- a/doc/doxygen/outcomes_logs.doc +++ b/doc/doxygen/outcomes_logs.doc @@ -236,7 +236,7 @@ The most common setting is to control which logging event will get displayed by setting a threshold to each category through the threshold keyword. -For example, @verbatim --log=root.threshold:debug@endverbatim will make +For example, @verbatim --log=root.thresh:debug@endverbatim will make SimGrid extremely verbose while @verbatim --log=root.thres:critical@endverbatim should shut it almost completely off. @@ -245,7 +245,7 @@ Note that the threshold keyword can be abbreviated here. For example, all the following notations have the same result. @verbatim --log=root.threshold:debug ---log=root.threshol:debug +--log=root.threshold:debug --log=root.thresho:debug --log=root.thresh:debug --log=root.thres:debug @@ -261,7 +261,7 @@ 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 + - info: output about the regular functioning - warning: minor issue encountered - error: issue encountered - critical: major issue encountered @@ -357,7 +357,7 @@ manually. @subsubsection log_use_conf_add Category additivity -The add keyword allows to specify the additivity of a +The add keyword allows one to specify the additivity of a category (see @ref log_in_app). '0', '1', 'no', 'yes', 'on' and 'off' are all valid values, with 'yes' as default. @@ -432,4 +432,4 @@ category's appender. The default appender function currently prints to stderr. -*/ \ No newline at end of file +*/