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

2009-02-10 Thread Ron Grabowski
fired AppDomain.CurrentDomain.DomainUnload += new EventHandler(OnDomainUnload); - Original Message From: Michael Mayne To: Log4NET Dev Sent: Tuesday, February 10, 2009 12:43:42 AM Subject: RE: Appender Close() not being called when application ends Hi, It would be great if someone - anyone - could

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

2009-02-09 Thread Michael Mayne
Top « Date » · « Thread » >From Michael Mayne 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 events

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 Clo