Logger CloseNestedAppenders Method Apache log4net™ SDK Documentation
Closes all attached appenders implementing the IAppenderAttachable interface.

Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public virtual void CloseNestedAppenders()
Remarks

Used to ensure that the appenders are correctly shutdown.

See Also