BufferingAppenderSkeleton Constructor (Boolean)Apache log4net™ SDK Documentation
Initializes a new instance of the BufferingAppenderSkeleton class.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

protected BufferingAppenderSkeleton(
	bool eventMustBeFixed
)

Parameters

eventMustBeFixed
Type: SystemBoolean
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

Reference