niclas 2004/02/24 13:37:38
Added: logging/log4j/test/conf log4j.properties log4j.xml
logging.xml
Log:
Added a Log4J plugin.
Revision Changes Path
1.1 avalon/logging/log4j/test/conf/log4j.properties
Index: log4j.properties
===================================================================
1.1 avalon/logging/log4j/test/conf/log4j.xml
Index: log4j.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration
xmlns:log4j="http://jakarta.apache.org/log4j/"
debug="false"
>
<appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
<param name="Target" value="System.err"/>
<layout class="org.apache.log4j.PatternLayout">
<!-- The default pattern: Date Priority [Category] Message\n -->
<param name="ConversionPattern" value="%d{ABSOLUTE} %-5p [%c{1}] %m%n"/>
</layout>
</appender>
<category name="org.apache.avalon.logging">
<priority value="DEBUG"/>
</category>
<category name="kernel.logger">
<priority value="WARN"/>
</category>
<category name="kernel.logger.test">
<priority value="DEBUG"/>
</category>
<root>
<appender-ref ref="CONSOLE"/>
</root>
</log4j:configuration>
1.1 avalon/logging/log4j/test/conf/logging.xml
Index: logging.xml
===================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<logging>
<src>conf/log4j.xml</src>
<update>1000</update>
</logging>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]