AppenderAttachedImpl.RemoveAppender Method (IAppender)Apache log4netâ„¢ SDK Documentation
Removes the specified appender from the list of attached appenders.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.14.0 (1.2.14.0)
Syntax

public IAppender RemoveAppender(
	IAppender appender
)

Return Value

Type: IAppender
The appender removed from the list

Implements

IAppenderAttachable.RemoveAppender(IAppender)
Remarks

The appender removed is not closed. If you are discarding the appender you must call Close() on the appender removed.

See Also