LoggerRepositorySkeleton.Shutdown Method Apache log4netâ„¢ SDK Documentation
Shutdown the repository

Namespace: log4net.Repository
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

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

Reference