You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2016/03/02 09:36:37 UTC

logging-log4j2 git commit: [LOG4J2-1299] Add pattern converter for thread id and priority in PatternLayout. Fix names.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 8142c3e04 -> 6d9928e57


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

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

Branch: refs/heads/master
Commit: 6d9928e574c5eb2aed005bdf89ab3b477b704919
Parents: 8142c3e
Author: ggregory <gg...@apache.org>
Authored: Wed Mar 2 00:36:35 2016 -0800
Committer: ggregory <gg...@apache.org>
Committed: Wed Mar 2 00:36:35 2016 -0800

----------------------------------------------------------------------
 log4j-core/src/main/resources/Log4j-events.dtd | 2 +-
 log4j-core/src/main/resources/Log4j-events.xsd | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d9928e5/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 47fecdb..92bff1c 100644
--- a/log4j-core/src/main/resources/Log4j-events.dtd
+++ b/log4j-core/src/main/resources/Log4j-events.dtd
@@ -49,7 +49,7 @@
 	level (OFF | FATAL | ERROR | WARN | INFO | DEBUG | TRACE | ALL) #REQUIRED
     threadId CDATA #REQUIRED
     thread CDATA #REQUIRED
-    threadProperty CDATA #REQUIRED
+    threadPriority CDATA #REQUIRED
 >
 <!ELEMENT %log4j..Message; ANY>
 <!ELEMENT %log4j..NDC; ANY>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d9928e5/log4j-core/src/main/resources/Log4j-events.xsd
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/resources/Log4j-events.xsd b/log4j-core/src/main/resources/Log4j-events.xsd
index 875df91..529e21a 100644
--- a/log4j-core/src/main/resources/Log4j-events.xsd
+++ b/log4j-core/src/main/resources/Log4j-events.xsd
@@ -60,7 +60,7 @@
                         <xs:attribute name="level" type="log4j:LevelEnum" use="required"/>
                         <xs:attribute name="threadId" type="xs:long" use="required"/>
                         <xs:attribute name="thread" type="xs:string" use="required"/>
-                        <xs:attribute name="threadProperty" type="xs:integer" use="required"/>
+                        <xs:attribute name="threadPriority" type="xs:integer" use="required"/>
                     </xs:complexType>
                 </xs:element>
             </xs:sequence>