log4net SDK Reference

ForwardingAppender.RemoveAppender Method

[This is preliminary documentation and subject to change.]

Removes the specified appender from the list of appenders.

Overload List

Removes the specified appender from the list of appenders.

public virtual IAppender RemoveAppender(IAppender);

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

public virtual IAppender RemoveAppender(string);

See Also

ForwardingAppender Class | log4net.Appender Namespace