log4net SDK Reference

LoggerRepositorySkeleton.Shutdown Method 

Shutdown the repository

[Visual Basic]
Overridable Public Sub Shutdown() _
    Implements ILoggerRepository.Shutdown
[C#]
public virtual void Shutdown();

Implements

ILoggerRepository.Shutdown

Remarks

Shutdown the repository. Can be overridden in a subclass. This base class implementation notifies the ShutdownEvent listeners and all attached plugins of the shutdown event.

See Also

LoggerRepositorySkeleton Class | log4net.Repository Namespace