Removes the appender with the specified name from the list of appenders.
            
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
Parameters
- name
 - Type: SystemString
The name of the appender to remove. 
Return Value
Type: IAppenderThe appender removed from the list
Implements
IAppenderAttachableRemoveAppender(String)Remarks
See Also