ceki 2002/10/09 13:07:37
Modified: src/java/org/apache/log4j/xml Tag: v1_2-branch log4j.dtd
Log:
Added explnation on the null value of the threshold attribute.
Revision Changes Path
No revision
No revision
1.18.2.2 +8 -5 jakarta-log4j/src/java/org/apache/log4j/xml/log4j.dtd
Index: log4j.dtd
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/xml/log4j.dtd,v
retrieving revision 1.18.2.1
retrieving revision 1.18.2.2
diff -u -r1.18.2.1 -r1.18.2.2
--- log4j.dtd 28 May 2002 14:25:00 -0000 1.18.2.1
+++ log4j.dtd 9 Oct 2002 20:07:37 -0000 1.18.2.2
@@ -15,12 +15,15 @@
<!-- logging statements with a level equal or below this value are -->
<!-- disabled. -->
-<!-- Setting the "debug" or "configDebug" attributes enable the printing -->
-<!-- of internal log4j logging statements. -->
-
-<!-- By default, debug attribute is "null", meaning that we not touch -->
-<!-- internal log4j logging settings. -->
+<!-- Setting the "debug" enable the printing of internal log4j logging -->
+<!-- statements. -->
+<!-- By default, debug attribute is "null", meaning that we not do touch -->
+<!-- internal log4j logging settings. The "null" value for the threshold -->
+<!-- attribute can be misleading. The threshold field of a repository -->
+<!-- cannot be set to null. The "null" value for the threshold attribute -->
+<!-- simply means don't touch the threshold field, the threshold field -->
+<!-- keeps its old value.
<!ATTLIST log4j:configuration
xmlns:log4j CDATA #FIXED "http://jakarta.apache.org/log4j/"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>