Added threadName to LogRecord

This commit is contained in:
Vinay Sajip 2005-03-31 20:18:06 +00:00
parent 4a70486c37
commit 99358df865

View file

@ -1268,6 +1268,7 @@ Currently, the useful mapping keys in a \class{LogRecord} are:
\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}