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

protege: protege4/protege-standalone/branches/protege4_1_port/log4j-junit.xml

File: [protege] / protege4 / protege-standalone / branches / protege4_1_port / log4j-junit.xml (download) (as text)
Revision: 13892, Wed Apr 22 16:44:16 2009 UTC (7 months ago) by drummond
File size: 923 byte(s)
Creating a branch to integrate with OWLAPI v3
<?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