Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

IAppender.Close�Method�

Closes the appender and releases resources.

[Visual�Basic]
Sub�Close()
[C#]
void�Close();

Remarks

Releases any resources allocated within the appender such as file handles, network connections, etc.

It is a programming error to append to a closed appender.

See Also

IAppender Interface | log4net.Appender Namespace