Repository: logging-log4j2
Updated Branches:
  refs/heads/master 9c9bc95d3 -> 4cff6dd46


[LOG4J2-1299] Add pattern converter for thread id and priority in
PatternLayout.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4cff6dd4
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4cff6dd4
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4cff6dd4

Branch: refs/heads/master
Commit: 4cff6dd460f302cef48811d300b1f5ddf3cd390d
Parents: 9c9bc95
Author: ggregory <[email protected]>
Authored: Tue Mar 1 16:57:37 2016 -0800
Committer: ggregory <[email protected]>
Committed: Tue Mar 1 16:57:37 2016 -0800

----------------------------------------------------------------------
 log4j-core/src/main/resources/Log4j-events.dtd | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4cff6dd4/log4j-core/src/main/resources/Log4j-events.dtd
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/resources/Log4j-events.dtd 
b/log4j-core/src/main/resources/Log4j-events.dtd
index d6b34c8..47fecdb 100644
--- a/log4j-core/src/main/resources/Log4j-events.dtd
+++ b/log4j-core/src/main/resources/Log4j-events.dtd
@@ -47,7 +47,9 @@
        logger CDATA #REQUIRED
        timestamp NMTOKEN #REQUIRED
        level (OFF | FATAL | ERROR | WARN | INFO | DEBUG | TRACE | ALL) 
#REQUIRED
-       thread CDATA #REQUIRED
+    threadId CDATA #REQUIRED
+    thread CDATA #REQUIRED
+    threadProperty CDATA #REQUIRED
 >
 <!ELEMENT %log4j..Message; ANY>
 <!ELEMENT %log4j..NDC; ANY>

Reply via email to