Author: carnold
Date: Tue Oct 23 11:35:51 2007
New Revision: 587594

URL: http://svn.apache.org/viewvc?rev=587594&view=rev
Log:
Bug 43298: log4j.dtd defines class attribute for category element, but not for 
logger

Modified:
    logging/log4j/trunk/src/changes/changes.xml
    logging/log4j/trunk/src/main/resources/org/apache/log4j/xml/log4j.dtd

Modified: logging/log4j/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/trunk/src/changes/changes.xml?rev=587594&r1=587593&r2=587594&view=diff
==============================================================================
--- logging/log4j/trunk/src/changes/changes.xml (original)
+++ logging/log4j/trunk/src/changes/changes.xml Tue Oct 23 11:35:51 2007
@@ -22,6 +22,7 @@
   <body>
 
     <release version="1.2.16" date="TBD" description="">
+       <action action="fix" issue="43298">log4j.dtd defines class attribute 
for category element, but not for logger.</action>
        <action action="fix" issue="43314">SMTPAppender.setSMTPUserName and 
others missing @since tags.</action>
        <action action="fix" issue="43618">Request for compile-on-Windows help 
file in src package.</action>
        <action action="fix" issue="43599">AsyncAppender failing on changing 
message objects.</action>

Modified: logging/log4j/trunk/src/main/resources/org/apache/log4j/xml/log4j.dtd
URL: 
http://svn.apache.org/viewvc/logging/log4j/trunk/src/main/resources/org/apache/log4j/xml/log4j.dtd?rev=587594&r1=587593&r2=587594&view=diff
==============================================================================
--- logging/log4j/trunk/src/main/resources/org/apache/log4j/xml/log4j.dtd 
(original)
+++ logging/log4j/trunk/src/main/resources/org/apache/log4j/xml/log4j.dtd Tue 
Oct 23 11:35:51 2007
@@ -125,8 +125,9 @@
 
 <!-- If no level element is specified, then the configurator MUST not -->
 <!-- touch the level of the named logger. -->
-<!ELEMENT logger (level?,appender-ref*)>
+<!ELEMENT logger (param*,level?,appender-ref*)>
 <!ATTLIST logger
+  class         CDATA   #IMPLIED
   name         CDATA   #REQUIRED
   additivity   (true|false) "true"  
 >



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to