AppenderSkeletonFinalize Method Apache log4net™ SDK Documentation
Finalizes this appender by calling the implementation's Close method.

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

protected override void Finalize()
Remarks

If this appender has not been closed then the Finalize method will call Close.

See Also

Reference