Re: log4net duplicate filtering

2007-08-09 Thread Jerry Shea
That is a really useful bit of code - thanks for posting James. I've done a bit of digging into using a filter to do this, as described in this post. I tried writing a DuplicateFilter which keeps track of the last message sent through it

Re: log4net duplicate filtering

2007-08-08 Thread James Wilkinson
wrote: > > > HTTP 404 - File not found > - Original Message > > From: James Wilkinson <[EMAIL PROTECTED]> > > To: Log4NET User > > Cc: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > Sent: Wednesday, August 8, 2007 4:43:24 AM > >

Re: log4net duplicate filtering

2007-08-08 Thread Ron Grabowski
HTTP 404 - File not found - Original Message From: James Wilkinson <[EMAIL PROTECTED]> To: Log4NET User Cc: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: Wednesday, August 8, 2007 4:43:24 AM Subject: log4net duplicate filtering Hi, I wanted to post th

log4net duplicate filtering

2007-08-08 Thread James Wilkinson
Hi, I wanted to post the code I'd written for duplicate filtering a couple of weeks ago, but got distracted with some other work. After noticing the recent messages about duplicate filtering, I just figured that posting it in its current state might be of use to people. It's a modified forwarding