X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d4f9d0cf42605d96b91088c02ddfbf2411f89de1..9d0bdd2e04d23fbcc1db6e7e525cf79979c4643b:/src/xbt/log.c?ds=sidebyside diff --git a/src/xbt/log.c b/src/xbt/log.c index f76b348a16..d0577f8f86 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -359,7 +359,6 @@ Here are the existing format directives: - %%l: location where the log event was raised (LOG4J compatible, like '%%F:%%L' -- this is a l as in 'l'etter) - %%L: line number where the log event was raised (LOG4J compatible) - %%M: function name (LOG4J compatible -- called method name here of course). - Defined only when using gcc because there is no __FUNCTION__ elsewhere. - %%b: full backtrace (Called %%throwable in LOG4J). Defined only under windows or when using the GNU libc because backtrace() is not defined