log4net SDK Reference

AppenderSkeleton.Finalize Method 

[This is preliminary documentation and subject to change.]

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