Sends the contents of the buffer.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
protected virtual void SendFromBuffer( LoggingEvent firstLoggingEvent, CyclicBuffer buffer )
Parameters
- firstLoggingEvent
- Type: log4net.CoreLoggingEvent
The first logging event. - buffer
- Type: log4net.UtilCyclicBuffer
The buffer containing the events that need to be send.
Remarks
The subclass must override [M:SendBuffer(LoggingEvent[])].
See Also