You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2009/07/16 15:06:38 UTC

svn commit: r794663 - /tomcat/trunk/java/org/apache/tomcat/util/digester/package.html

Author: markt
Date: Thu Jul 16 13:06:38 2009
New Revision: 794663

URL: http://svn.apache.org/viewvc?rev=794663&view=rev
Log:
Remove commons logging reference - this copy of the digester doesn't use it.

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/digester/package.html

Modified: tomcat/trunk/java/org/apache/tomcat/util/digester/package.html
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/digester/package.html?rev=794663&r1=794662&r2=794663&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/digester/package.html (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/digester/package.html Thu Jul 16 13:06:38 2009
@@ -462,21 +462,6 @@
     volume.</li>
 </ul>
 
-<p>Complete documentation of how to configure Commons-Logging can be found
-in the Commons Logging package documentation.  However, as a simple example,
-let's assume that you want to use the <code>SimpleLog</code> implementation
-that is included in Commons-Logging, and set up Digester to log events from
-the <code>Digester</code> logger at the DEBUG level, while you want to log
-events from the <code>Digester.log</code> logger at the INFO level.  You can
-accomplish this by creating a <code>commons-logging.properties</code> file
-in your classpath (or setting corresponding system properties on the command
-line that starts your application) with the following contents:</p>
-<pre>
-  org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
-  org.apache.commons.logging.simplelog.log.org.apache.commons.digester.Digester=debug
-  org.apache.commons.logging.simplelog.log.org.apache.commons.digester.Digester.sax=info
-</pre>
-
 <a name="doc.Usage"></a>
 <h3>Usage Examples</h3>
 



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