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:

Re: RE: .NET 4.0 and Log4Net

2009-12-02 Thread Tiernan OToole
I am trying to use the compiled dll from the website in a .net 4.0 app and on build its fails... will play around a bit more and try get screen shots... On Dec 2, 2009 12:19 PM, "Roy Chastain" wrote: Well, actually, if you compile with NET_2_0 defined for use with .Net 2.0, it uses System.Net.Ma

RE: .NET 4.0 and Log4Net

2009-12-02 Thread Roy Chastain
Well, actually, if you compile with NET_2_0 defined for use with .Net 2.0, it uses System.Net.Mail. However, the ASPNetTraceAppender does reference the System.Web namespace for access to the HttpContext class. In both versions 2.0 and 4.0 of the framework, this class is in System.Web.dll so there