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: [email protected]
For additional commands, e-mail: [email protected]