The methods of the ForwardingAppender class are listed below. For a complete list of ForwardingAppender class members, see the ForwardingAppender Members topic.
![]() | Initialize the appender based on the options set |
![]() | Adds an IAppender to the list of appenders of this instance. |
![]() | Adds a filter to the end of the filter chain. |
![]() | Clears the filter list for this appender. |
![]() | Closes the appender and release resources. |
![]() | Performs threshold checks and invokes filters before delegating actual logging to the subclasses specific Append method. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Looks for the appender with the specified name. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Removes all previously added appenders from this appender. |
![]() | Overloaded. Removes the appender with the specified name from the list of appenders. |
![]() | Returns a String that represents the current Object. |
![]() | Append the logging event. |
![]() | Finalizes this appender by calling the implementation's Close method. |
![]() | Checks if the message level is below this appender's threshold. |
![]() | Creates a shallow copy of the current Object. |
![]() | Closes the appender and releases resources. |
![]() | Called before Append as a precondition. |
![]() | Overloaded. Renders the LoggingEvent to a string. |
ForwardingAppender Class | log4net.Appender Namespace