Author: grobmeier
Date: Mon May  4 06:00:20 2009
New Revision: 771185

URL: http://svn.apache.org/viewvc?rev=771185&view=rev
Log:
#LOG4PHP-34: removed debugging feature from dtd

Modified:
    incubator/log4php/trunk/src/main/php/xml/log4php.dtd

Modified: incubator/log4php/trunk/src/main/php/xml/log4php.dtd
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/xml/log4php.dtd?rev=771185&r1=771184&r2=771185&view=diff
==============================================================================
--- incubator/log4php/trunk/src/main/php/xml/log4php.dtd (original)
+++ incubator/log4php/trunk/src/main/php/xml/log4php.dtd Mon May  4 06:00:20 
2009
@@ -44,14 +44,10 @@
 <!-- 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.                                                -->
-<!-- [log4php] -->
-<!-- the "null" value in debug means "turn off debugging" -->
-<!-- [/log4php] -->
      
 <!ATTLIST log4php:configuration
   xmlns:log4php            CDATA #FIXED "http://logging.apache.org/log4php";
   threshold                (all|debug|info|warn|error|fatal|off|null) "null"
-  debug                    (true|false|null)  "null"
 >
 
 <!-- renderer elements allow the user to customize the conversion of  -->


Reply via email to