Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ForwardingAppender.RemoveAppender�Method�(String)

Removes the appender with the specified name from the list of appenders.

[Visual�Basic]
Overridable�Overloads�Public�Function�RemoveAppender( _
���ByVal name�As�String�_
)�As�IAppender�_
����Implements�IAppenderAttachable.RemoveAppender
[C#]
public�virtual�IAppender�RemoveAppender(
���stringname
);

Parameters

name
The name of the appender to remove.

Return Value

The appender removed from the list

Implements

IAppenderAttachable.RemoveAppender

Remarks

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

See Also

ForwardingAppender Class | log4net.Appender Namespace | ForwardingAppender.RemoveAppender Overload List