You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by Croacker <je...@logica.com> on 2011/08/05 17:19:41 UTC

configuration options (xml files)

I m using log4J for Talend, i m using an .xml file to configure it.

my 1st appender is  : 

<appender name="R" class="org.apache.log4j.RollingFileAppender"> 
    
    <!-- Keep one backup file -->
    
    <layout class="org.apache.log4j.HTMLLayout"> 
      
    </layout> 
  </appender>

i would like to have a different file for each program run, it's possible?
how can i configure it?


-- 
View this message in context: http://old.nabble.com/configuration-options-%28xml-files%29-tp32203163p32203163.html
Sent from the Log4j - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org