From 99358df865471f35574992ebf5ef7e4108637de8 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Thu, 31 Mar 2005 20:18:06 +0000 Subject: Added threadName to LogRecord --- Doc/lib/liblogging.tex | 1 + 1 file changed, 1 insertion(+) 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} -- cgit v0.12