X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/912407e95629995cbad746937404a60038ede456..cd58f65c73f87956225770ab4bd8b68908e612b1:/doc/gtut-tour-06-logs.doc diff --git a/doc/gtut-tour-06-logs.doc b/doc/gtut-tour-06-logs.doc index 76826c459d..1a9c44a2df 100644 --- a/doc/gtut-tour-06-logs.doc +++ b/doc/gtut-tour-06-logs.doc @@ -81,10 +81,10 @@ plenty of them, called <priority><nb args>, such as #DEBUG10, which produces a debuging log event onto the default category. You have to declare the name of arguments as part of the macro name for compatibility with old compilers not accepting variable number of arguments. Here is a -partial list of the existing macros: #DEBUG10, #VERB6, #INFO8, #WARN6, -#ERROR6 and #CRITICAL6. For each priority, this is the biggest macro (and +partial list of the existing macros: #DEBUG10, #VERB10, #INFO10, #WARN10, +#ERROR10 and #CRITICAL10. For each priority, this is the biggest macro (and the others are not documented for sake of clarity in the relevant document). -Ie, VERB10 does not exist, but VERB0 does exist. I may add more if someone +Ie, VERB20 does not exist, but VERB0 does exist. I may add more if someone wants more, but that should be enough for most purposes. Note also that there is no need to add a '\n' at the end of your format