You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2007/02/23 01:06:41 UTC

svn commit: r510723 - /logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/xml/log4j.dtd

Author: carnold
Date: Thu Feb 22 16:06:40 2007
New Revision: 510723

URL: http://svn.apache.org/viewvc?view=rev&rev=510723
Log:
Bug 41487: Warning when configuring inner-class logger

Modified:
    logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/xml/log4j.dtd

Modified: logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/xml/log4j.dtd
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/xml/log4j.dtd?view=diff&rev=510723&r1=510722&r2=510723
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/xml/log4j.dtd (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/xml/log4j.dtd Thu Feb 22 16:06:40 2007
@@ -27,7 +27,7 @@
      
 <!ATTLIST log4j:configuration
   xmlns:log4j              CDATA #FIXED "http://jakarta.apache.org/log4j/" 
-  threshold                (all|debug|info|warn|error|fatal|off|null) "null"
+  threshold                (all|trace|debug|info|warn|error|fatal|off|null) "null"
   debug                    (true|false|null)  "null"
 >
 
@@ -45,7 +45,7 @@
 <!-- and filters. They may also reference (or include) other appenders. -->
 <!ELEMENT appender (errorHandler?, param*, layout?, filter*, appender-ref*)>
 <!ATTLIST appender
-  name 		ID 	#REQUIRED
+  name 		CDATA 	#REQUIRED
   class 	CDATA	#REQUIRED
 >
 
@@ -71,7 +71,7 @@
 
 <!ELEMENT logger-ref EMPTY>
 <!ATTLIST logger-ref
-  ref IDREF #REQUIRED
+  ref CDATA #REQUIRED
 >
 
 <!ELEMENT param EMPTY>
@@ -109,7 +109,7 @@
 <!-- touch the level of the named logger. -->
 <!ELEMENT logger (level?,appender-ref*)>
 <!ATTLIST logger
-  name		ID	#REQUIRED
+  name		CDATA	#REQUIRED
   additivity	(true|false) "true"  
 >
 
@@ -120,7 +120,7 @@
 
 <!ELEMENT appender-ref EMPTY>
 <!ATTLIST appender-ref
-  ref IDREF #REQUIRED
+  ref CDATA #REQUIRED
 >
 
 <!-- If no priority element is specified, then the configurator MUST not -->



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org