The AppenderAttachedImpl type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddAppender | 
            Attaches an appender.
              | |
| AppendLoopOnAppenders(LoggingEvent) | 
            Append on on all attached appenders.
              | |
| AppendLoopOnAppenders(LoggingEvent) | 
            Append on on all attached appenders.
              | |
| Equals | (Inherited from Object.) | |
| Finalize | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                  (Inherited from Object.) | |
| GetAppender | 
            Gets an attached appender with the specified name.
              | |
| GetHashCode | 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | |
| GetType | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| MemberwiseClone | 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | |
| 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.
              | |
| ToString | (Inherited from Object.) | 
See Also