Initializes a new instance of the BufferingAppenderSkeleton class.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- eventMustBeFixed
- Type: System Boolean
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