log4net SDK Reference

BufferingForwardingAppender Class

Buffers events and then forwards them to attached appenders.

For a list of all members of this type, see BufferingForwardingAppender Members.

System.Object
   log4net.Appender.AppenderSkeleton
      log4net.Appender.BufferingAppenderSkeleton
         log4net.Appender.BufferingForwardingAppender

[Visual Basic]
Public Class BufferingForwardingAppender
    Inherits BufferingAppenderSkeleton
    Implements IAppenderAttachable
[C#]
public class BufferingForwardingAppender : BufferingAppenderSkeleton, IAppenderAttachable

Thread Safety

This type is not safe for multithreaded operations.

Remarks

The events are buffered in this appender until conditions are met to allow the appender to deliver the events to the attached appenders. See BufferingAppenderSkeleton for the conditions that cause the buffer to be sent.

The forwarding appender can be used to specify different thresholds and filters for the same appender at different locations within the hierarchy.

Requirements

Namespace: log4net.Appender

Assembly: log4net (in log4net.dll)

See Also

BufferingForwardingAppender Members | log4net.Appender Namespace