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

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

protected override void Finalize()
Remarks

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

See Also