Initializes a new instance of the BufferingAppenderSkeleton class.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
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