The methods of the TraceAppender class are listed below. For a complete list of TraceAppender class members, see the TraceAppender Members topic.
![]() | Initialize the appender based on the options set |
![]() | 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. |
![]() | 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. |
![]() | Returns a String that represents the current Object. |
![]() | Writes the logging event to the Trace system. |
![]() | 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. |
![]() | Is called when the appender is closed. Derived classes should override this method if resources need to be released. |
![]() | Called before Append as a precondition. |
![]() | Overloaded. Renders the LoggingEvent to a string. |
TraceAppender Class | log4net.Appender Namespace