Re: Replace a file in DailyRollingFileAppender

2008-07-08 Thread Thorbjørn Ravn Andersen
Aggarwal, Rajat skrev den 08-07-2008 11:12: Hi Thorbjørn Actually, I have a created a logger instance and am adding an appender to it through my java code. So, I am not sure if I still need to make configuration entries in log4j.properties file. If you want, I can also send across the piece

RE: Replace a file in DailyRollingFileAppender

2008-07-08 Thread Aggarwal, Rajat
and Regards, Rajat Aggarwal -Original Message- From: Thorbjørn Ravn Andersen [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 1:22 PM To: Log4J Users List Subject: Re: Replace a file in DailyRollingFileAppender Aggarwal, Rajat skrev den 08-07-2008 07:44: > Hi All, > >

Re: Replace a file in DailyRollingFileAppender

2008-07-08 Thread Thorbjørn Ravn Andersen
Aggarwal, Rajat skrev den 08-07-2008 07:44: Hi All, Is there any way we can replace a file attached to a particular appender using java code? I am using DailyRollingFileAppender for my purpose and want to log to separate files depending upon certain configurations made in the database. Can

Replace a file in DailyRollingFileAppender

2008-07-07 Thread Aggarwal, Rajat
Hi All, Is there any way we can replace a file attached to a particular appender using java code? I am using DailyRollingFileAppender for my purpose and want to log to separate files depending upon certain configurations made in the database. Can we dynamically change the files an appender is w