Logger RemoveAppender Method (String)Apache log4net™ SDK Documentation
Remove the appender passed as parameter form the list of appenders.

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

public virtual IAppender RemoveAppender(
	string name
)

Return Value

Type: IAppender
The appender removed from the list

Implements

IAppenderAttachable RemoveAppender(String)
Remarks

Remove the named appender passed as parameter form the list of appenders. The appender removed is not closed. If you are discarding the appender you must call Close  on the appender removed.

See Also