[protege] / protege4 / protege-standalone / trunk / log4j-junit.xml
Project Root:

protege: protege4/protege-standalone/trunk/log4j-junit.xml

File: [protege] / protege4 / protege-standalone / trunk / log4j-junit.xml (download) (as text)
Revision: 10907, Sat Jul 19 06:48:26 2008 UTC (16 months ago) by tredmond
File size: 923 byte(s)
made debug logging of junits possible
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">

<log4j:configuration xmlns:log4j='http://jakarta.apache.org/log4j/'>

        <appender name="console" class="org.apache.log4j.ConsoleAppender">
           <param name="Threshold" value="DEBUG"/>
           <layout class="org.apache.log4j.PatternLayout">
             <param name="ConversionPattern" value="%m%n"/>
           </layout>
        </appender>
        
        <category name="org.mindswap.pellet">
            <priority value="error"/>
        </category>

        <!-- fear not, there is not too much here and it will be
             useful for a bit -->
        <category name="org.protege.editor.core.ProtegeApplication">
            <priority value="debug"/>
        </category>

        <root>
           <priority value ="info" />
           <appender-ref ref="console" />
        </root>

</log4j:configuration>

CVS-SVN admin

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help