log4net SDK Reference

AppenderSkeleton.Finalize Method 

Finalizes this appender by calling the implementation's Close method.

[Visual Basic]
Overrides Protected Sub Finalize()
[C#]
protected override void Finalize();

Remarks

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

See Also

AppenderSkeleton Class | log4net.Appender Namespace