From: mquinson Date: Sun, 5 Aug 2007 15:36:34 +0000 (+0000) Subject: document upcoming change to format layout before I forget X-Git-Tag: v3.3~1392 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/beaeea1d19e6f2b5d06d7463957aec00e2c13a77?ds=inline document upcoming change to format layout before I forget git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3968 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/log.c b/src/xbt/log.c index 0450eb8c4e..d27bdd61ea 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -339,7 +339,8 @@ Here are the existing format directives: - %%p: Priority name (LOG4J compliant) - %%h: Hostname (SimGrid extension) - - %%t: Process name (LOG4J compliant -- thread name in LOG4J) + - %%P: Process name (SimGrid extension) + - %%t: Thread "name" (LOG4J compliant -- actually the address of the thread in memory) - %%i: Process PID (SimGrid extension -- this is a 'i' as in 'i'dea) - %%F: file name where the log event was raised (LOG4J compliant)