Commit 99358df8 authored by Vinay Sajip's avatar Vinay Sajip

Added threadName to LogRecord

parent 4a70486c
...@@ -1268,6 +1268,7 @@ Currently, the useful mapping keys in a \class{LogRecord} are: ...@@ -1268,6 +1268,7 @@ Currently, the useful mapping keys in a \class{LogRecord} are:
\lineii{\%(msecs)d} {Millisecond portion of the time when the \lineii{\%(msecs)d} {Millisecond portion of the time when the
\class{LogRecord} was created.} \class{LogRecord} was created.}
\lineii{\%(thread)d} {Thread ID (if available).} \lineii{\%(thread)d} {Thread ID (if available).}
\lineii{\%(threadName)s} {Thread name (if available).}
\lineii{\%(process)d} {Process ID (if available).} \lineii{\%(process)d} {Process ID (if available).}
\lineii{\%(message)s} {The logged message, computed as \code{msg \% args}.} \lineii{\%(message)s} {The logged message, computed as \code{msg \% args}.}
\end{tableii} \end{tableii}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment