On Tue, 2005-04-19 at 10:42 +0200, Bender Heri wrote:
> Hi
> 
> If you run the programm within eclipse it's quite easy by defining two 
> appenders with different levels.

>     <appender name="CONSOLE.ERR" class="org.apache.log4j.ConsoleAppender">
>         <param name="target" value="System.err"/>
>         <layout class="org.apache.log4j.PatternLayout">
>             <param name="ConversionPattern" value="%d{HH:mm:ss.SSS} (%6r) 
> %-5p %-10X{category} [%-7t] %F:%L %x - %m%n"/>
>         </layout>
>         <filter class="org.apache.log4j.varia.LevelRangeFilter">
>             <param name="LevelMin" value="warn"/>
>             <param name="LevelMax" value="fatal"/>
>             <param name="AcceptOnMatch" value="false"/>
>         </filter>
>     </appender>

Is there a schema for the xml properties file please?

I'd like to generate an xslt file to convert back to the text format?


-- 
Regards, 

Dave Pawson
XSLT + Docbook FAQ
http://www.dpawson.co.uk


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to