log4net SDK Reference

BufferingAppenderSkeleton Constructor (Boolean)

Initializes a new instance of the BufferingAppenderSkeleton class.

[Visual Basic]
Overloads Protected Sub New( _
   ByVal eventMustBeFixed As Boolean _
)
[C#]
protected BufferingAppenderSkeleton(
   bool eventMustBeFixed
);

Parameters

eventMustBeFixed
the events passed through this appender must be fixed by the time that they arrive in the derived class' SendBuffer method.

Remarks

Protected constructor to allow subclassing.

The eventMustBeFixed should be set if the subclass expects the events delivered to be fixed even if the BufferSize is set to zero, i.e. when no buffering occurs.

See Also

BufferingAppenderSkeleton Class | log4net.Appender Namespace | BufferingAppenderSkeleton Constructor Overload List