Re: Stuck with file format!!!

2006-05-12 Thread James Stauffer
Thanks & Regards, Kailash.K.N. - Original Message - From: "dirk ooms" <[EMAIL PROTECTED]> To: "Log4J Users List" Sent: Thursday, May 11, 2006 7:23 PM Subject: Re: Stuck with file format!!! > in log4j1.3, i do something like this to p

Re: Stuck with file format!!!

2006-05-11 Thread Kailash KN
o: "Log4J Users List" Sent: Thursday, May 11, 2006 7:23 PM Subject: Re: Stuck with file format!!! in log4j1.3, i do something like this to put the date in the filename On Thursday 11 May 2006 15:21, Kailash KN wrote: Hi, I would like to have m

Re: Stuck with file format!!!

2006-05-11 Thread James Stauffer
Create a new appender. I wrote a 1.2 appender that can do that. 1.3 may be able to do this. On 5/11/06, Kailash KN <[EMAIL PROTECTED]> wrote: Hi, I would like to have my Debug and Info messages into Debug.log and Info.log respectively, this works fine, but now i would like to have it in the l

Re: Stuck with file format!!!

2006-05-11 Thread dirk ooms
in log4j1.3, i do something like this to put the date in the filename On Thursday 11 May 2006 15:21, Kailash KN wrote: > Hi, > I would like to have my Debug and Info messages into Debug.log and Info.log > respectively, this works fine, but now i would

Stuck with file format!!!

2006-05-11 Thread Kailash KN
Hi, I would like to have my Debug and Info messages into Debug.log and Info.log respectively, this works fine, but now i would like to have it in the log files with the format- -MM-dd-Debug.log and -MM-dd-Info.log respectively. how do i go about it??? Any help would be greatly appre