BufferingAppenderSkeleton overview
![]() | Gets or sets the size of the cyclic buffer used to hold the logging events. |
![]() | Gets or sets the IErrorHandler for this appender. |
![]() | Gets or sets the ITriggeringEventEvaluator that causes the buffer to be sent immediately. |
![]() | The filter chain. |
![]() | Gets or sets a the fields that will be fixed in the event |
![]() | Gets or sets the ILayout for this appender. |
![]() | Gets or sets a value that indicates whether the appender is lossy. |
![]() | Gets or sets the value of the ITriggeringEventEvaluator to use. |
![]() | Gets or sets the name of this appender. |
![]() | Obsolete. Gets or sets a value indicating if only part of the logging event data should be fixed. |
![]() | Gets or sets the threshold Level of this appender. |
![]() | 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. |
![]() | Overloaded. Performs threshold checks and invokes filters before delegating actual logging to the subclasses specific Append method. |
![]() | � |
![]() | Overloaded. Flush the currently buffered events |
![]() | � |
![]() | � |
![]() | � |
![]() |
Overloaded. Initializes a new instance of the BufferingAppenderSkeleton class. |
![]() | Tests if this appender requires a Layout to be set. |
![]() | Overloaded. This method is called by the DoAppend method. |
![]() | Overloaded. Subclasses of AppenderSkeleton should implement this method to perform actual logging. |
![]() | Test if the logging event should we output by this appender |
![]() | Finalizes this appender by calling the implementation's Close method. |
![]() | Checks if the message level is below this appender's threshold. |
![]() | � |
![]() | Close this appender instance. |
![]() | Called before Append as a precondition. |
![]() | Overloaded. Renders the LoggingEvent to a string. |
![]() | Sends the events. |
![]() | Sends the contents of the buffer. |
BufferingAppenderSkeleton Class | log4net.Appender Namespace