[Python-checkins] python/dist/src/Doc/lib liblogging.tex,1.35,1.36

vsajip at users.sourceforge.net vsajip at users.sourceforge.net
Thu Mar 31 22:18:11 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20919

Modified Files:
	liblogging.tex 
Log Message:
Added threadName to LogRecord

Index: liblogging.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liblogging.tex,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- liblogging.tex	18 Feb 2005 11:50:11 -0000	1.35
+++ liblogging.tex	31 Mar 2005 20:18:06 -0000	1.36
@@ -1268,6 +1268,7 @@
 \lineii{\%(msecs)d}    {Millisecond portion of the time when the
                         \class{LogRecord} was created.}
 \lineii{\%(thread)d}   {Thread ID (if available).}
+\lineii{\%(threadName)s}   {Thread name (if available).}
 \lineii{\%(process)d}  {Process ID (if available).}
 \lineii{\%(message)s}  {The logged message, computed as \code{msg \% args}.}
 \end{tableii}



More information about the Python-checkins mailing list