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
Dru, The LogManager and LoggerManager Shutdown methods are static so changing them to follow the IDisposable pattern does not seem the right way to go. A Shutdown method is exposed by the IPlugin and ILoggerRepository interfaces. The behaviour of this method should be similar to a Dispose method