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 ps...@apache.org on 2003/04/28 09:41:15 UTC

cvs commit: jakarta-log4j-sandbox/src/config log4j-sample.xml

psmith      2003/04/28 00:41:15

  Added:       src/config log4j-sample.xml
  Log:
  added a sample log4 configuration file that will work with Chainsaw2
  
  Revision  Changes    Path
  1.1                  jakarta-log4j-sandbox/src/config/log4j-sample.xml
  
  Index: log4j-sample.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8" ?>
  <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
  <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="true">
  <!--   <appender name="Chainsaw" class="org.apache.log4j.chainsaw.ChainsawAppender">
       <param name="viewerClass" value="org.apache.log4j.chainsaw.LogUI"/>
     </appender>
  -->
     <plugin name="SocketReceiver" class="org.apache.log4j.net.SocketReceiver">
        <param name="Port" value="4445"/>
     </plugin>
  
     <root>
        <level value="debug"/>
     </root>
  </log4j:configuration>
  
  
  
  

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