Sends the contents of the buffer.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- firstLoggingEvent
- Type: log4net.Core LoggingEvent
The first logging event.
- buffer
- Type: log4net.Util CyclicBuffer
The buffer containing the events that need to be send.
Remarks
The subclass must override [M:SendBuffer(LoggingEvent[])].
See Also