Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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