From: mquinson Date: Sun, 5 Aug 2007 15:28:29 +0000 (+0000) Subject: documentation update X-Git-Tag: v3.3~1393 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ed6e1fb6f2984a6b23d14b5c23959a2c4f530f4e documentation update git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3967 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/log.c b/src/xbt/log.c index dafba20330..0450eb8c4e 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -340,10 +340,10 @@ Here are the existing format directives: - %%h: Hostname (SimGrid extension) - %%t: Process name (LOG4J compliant -- thread name in LOG4J) - - %%I: Process PID (SimGrid extension) + - %%i: Process PID (SimGrid extension -- this is a 'i' as in 'i'dea) - %%F: file name where the log event was raised (LOG4J compliant) - - %%l: location where the log event was raised (LOG4J compliant, like '%%F:%%L') + - %%l: location where the log event was raised (LOG4J compliant, like '%%F:%%L' -- this is a l as in 'l'etter) - %%L: line number where the log event was raised (LOG4J compliant) - %%M: function name (LOG4J compliant -- called method name here of course). Defined only when using gcc because there is no __FUNCTION__ elsewhere.