The IAppenderAttachable type exposes the following members.
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.
              | 
See Also