in the log4j-1.2.8.jar, there is a dtd present at
org/apache/log4j/xml/log4j.dtd

--
Nigel Byrnes
RBS Insurance
0845 878 2911


                                                                                
                                      
                      Dave Pawson                                               
                                      
                      <[EMAIL PROTECTED]        To:       Log4J Users List 
<log4j-user@logging.apache.org>             
                      .uk>                     cc:                              
                                      
                                               Subject:  RE: Colors in console 
appender                               
                      19/04/2005 18:12                                          
                                      
                      Please respond to                                         
                                      
                      "Log4J Users                                              
                                      
                      List"                                                     
                                      
                                                                                
                                      
                                                                                
                                      




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]







Direct Line Group Limited, registered in England 
with number 2811437, registered office 3 Edridge 
Road, Croydon, Surrey  CR9 1AG.  The following 
companies are members of the Direct Line Group: 
Direct Line Insurance plc, Direct Line Life 
Insurance Company Limited, Direct Line Unit 
Trusts Limited and Direct Line Financial 
Services Limited, all of which are authorised 
and regulated by the Financial Services Authority.
All are members of The Royal Bank of Scotland Group.

This email is intended for the addressee only and 
may contain confidential, proprietary or legally 
privileged information.  If you are not the 
intended recipient of this email you should 
notify us immediately and delete it.  You should 
not copy, print, distribute, disclose or use any 
part of it.  We reserve the right to monitor and 
record all electronic communications through our 
networks.  We cannot accept any liability for 
viruses transmitted via this email once it has 
left our network.

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

Reply via email to