Interface for attaching appenders to objects.
            
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
The IAppenderAttachable type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|  | Appenders | 
            Gets all attached appenders.
             | 
Methods
| Name | Description | |
|---|---|---|
|  | AddAppender | 
            Attaches an appender.
             | 
|  | GetAppender | 
            Gets an attached appender with the specified name.
             | 
|  | RemoveAllAppenders | 
            Removes all attached appenders.
             | 
|  | RemoveAppender(String) | 
            Removes the appender with the specified name from the list of appenders.
             | 
|  | RemoveAppender(IAppender) | 
            Removes the specified appender from the list of attached appenders.
             | 
Remarks
Interface for attaching, removing and retrieving appenders.
See Also