summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2005-03-31 20:18:06 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2005-03-31 20:18:06 (GMT)
commit99358df865471f35574992ebf5ef7e4108637de8 (patch)
tree3219ff37309e06e796c9f3ea9228ba78f3f19ca8 /Doc
parent4a70486c37856c5e648e77e245c9a27a52fa157b (diff)
downloadcpython-99358df865471f35574992ebf5ef7e4108637de8.zip
cpython-99358df865471f35574992ebf5ef7e4108637de8.tar.gz
cpython-99358df865471f35574992ebf5ef7e4108637de8.tar.bz2
Added threadName to LogRecord
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/liblogging.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex
index 5040ef2..8146059 100644
--- a/Doc/lib/liblogging.tex
+++ b/Doc/lib/liblogging.tex
@@ -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}