LoggerRepositorySkeletonOnShutdown Method Apache log4net™ SDK Documentation
Notify the registered listeners that the repository is shutting down

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

protected virtual void OnShutdown(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
Empty EventArgs
Remarks

Notify any listeners that this repository is shutting down.

See Also

Reference