Re: Appender Close() not being called when application ends

2009-02-10 Thread Ron Grabowski
AppDomain.CurrentDomain.DomainUnload += new EventHandler(OnDomainUnload); - Original Message From: Michael Mayne mich...@michaelmayne.me.uk To: Log4NET Dev log4net-dev@logging.apache.org Sent: Tuesday, February 10, 2009 12:43:42 AM Subject: RE: Appender Close() not being called when application ends

RE: Appender Close() not being called when application ends

2009-02-09 Thread Michael Mayne
» · « Thread » From Michael Mayne mich...@michaelmayne.me.uk Subject Appender Close() not being called when application ends Date Fri, 06 Feb 2009 09:50:56 GMT Hi, I'm creating a custom AsyncAppender() that buffers synchronous event appends , using an internal dequeue thread to process these buffered

Appender Close() not being called when application ends

2009-02-06 Thread Michael Mayne
Hi, I'm creating a custom AsyncAppender() that buffers synchronous event appends , using an internal dequeue thread to process these buffered events sending them onto attached appenders. The internal workings are not important to my problem (I think)... What I'm seeing is that neither the