RE: LogManager.Shutdown

2004-12-20 Thread Dru Sellers
This all sounds cool to me. Thanks for explaining. As a novice I just like .Dispose because I know what it does. Dru -Original Message- From: Nicko Cadell [mailto:[EMAIL PROTECTED] Sent: Sunday, December 19, 2004 1:20 PM To: Log4NET User Subject: RE: LogManager.Shutdown Dru, The

RE: LogManager.Shutdown

2004-12-19 Thread Nicko Cadell
L PROTECTED] > Sent: 17 December 2004 22:25 > To: 'Log4NET User' > Subject: LogManager.Shutdown > > Is Shutdown the same as Dispose? > > If it is what about making another method called Dispose > available for those people that are more .Net centric. If > s

LogManager.Shutdown

2004-12-17 Thread Dru Sellers
Is Shutdown the same as Dispose?   If it is what about making another method called Dispose available for those people that are more .Net centric. If someone really wants to they could even implement IDisposable and remove the Shutdown method. But alas me thinks that might break someones co

LogManager.Shutdown

2004-12-17 Thread Dru Sellers
Is Shutdown the same as Dispose?   If it is what about making another method called Dispose available for those people that are more .Net centric. If someone really wants to they could even implement IDisposable and remove the Shutdown method. But alas me thinks that might break someones co