Re: Using RollingFileAppender with style=Date.

2009-12-07 Thread Petr Felzmann
Look at this https://issues.apache.org/jira/browse/LOG4NET-27 Petr 2009/12/1 David Gerler > How do I make it only keep a certain number of files when using the > rollingstyle = date? I’ve looked on the website and have not been able to > find an example of anything talking about it. This is

Using RollingFileAppender with style=Date.

2009-12-02 Thread David Gerler
How do I make it only keep a certain number of files when using the rollingstyle = date? I've looked on the website and have not been able to find an example of anything talking about it. This is what I have now:

Using RollingFileAppender with style=Date.

2009-11-30 Thread David Gerler
How do I make it only keep a certain number of files when using the rollingstyle = date? I've looked on the website and have not been able to find an example of anything talking about it. This is what I have now:

RE: race condition using RollingFileAppender with multiple proces ses?

2006-10-04 Thread Burger, Erik
-Original Message- From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: 04 October 2006 05:13 To: Log4NET User Subject: Re: race condition using RollingFileAppender with multiple processes? 20 processes trying to write/roll the same file seems like a lot. I can't think of an easy f

Re: race condition using RollingFileAppender with multiple processes?

2006-10-03 Thread Ron Grabowski
hours instead? - Original Message From: Joanna Power <[EMAIL PROTECTED]> To: log4net-user@logging.apache.org Sent: Thursday, September 28, 2006 7:50:45 PM Subject: race condition using RollingFileAppender with multiple processes? Hi. I apologize in advance if I have missed th

race condition using RollingFileAppender with multiple processes?

2006-09-28 Thread Joanna Power
Hi.I apologize in advance if I have missed the answer to this question in my searches on the log4net website and the internet in general.  I am using log4net 1.2.9 to generate logs on an ASP.NET web client application.  This app is running on IIS with 20 processes.  I am seeing what I believe is a

Re: Using RollingFileAppender

2004-12-08 Thread Eric Means
nt to have a week worth of logs - come next Monday, for > ex, and I'd like to start a new Monday.log file. > > > > > -Original Message- > From: Andrew Elmhorst [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 08, 2004 9:14 AM > To: 'Log4NET Use

RE: Using RollingFileAppender

2004-12-08 Thread Shrivastava, Ravi
I'd like to start a new Monday.log file. -Original Message- From: Andrew Elmhorst [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 9:14 AM To: 'Log4NET User' Subject: RE: Using RollingFileAppender Try setting the DatePattern property on the RollingFileAppen

RE: Using RollingFileAppender

2004-12-08 Thread Andrew Elmhorst
llingFileAppender should write directly to [logfilename].Monday.log. Regards, Andrew Elmhorst -Original Message- From: Shrivastava, Ravi [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 7:56 AM To: 'Log4NET User' Subject: Using RollingFileAppender Is there a way I can

Using RollingFileAppender

2004-12-08 Thread Shrivastava, Ravi
Is there a way I can configure RollingFileAppender to create a log file per day, append to it if it's the app is run multiple times during that same day, but overwrite it the following week. Ex: Have Monday.log, Tuesday.logetc., which show me logged activity for all of that day - on the follow