log4net SDK Reference

AppenderAttachedImpl.RemoveAppender Method

Removes the specified appender from the list of attached appenders.

Overload List

Removes the specified appender from the list of attached appenders.

public IAppender RemoveAppender(IAppender);

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

public IAppender RemoveAppender(string);

See Also

AppenderAttachedImpl Class | log4net.Util Namespace