Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

BufferingAppenderSkeleton.SendFromBuffer�Method�

Sends the contents of the buffer.

[Visual�Basic]
Overridable�Protected�Sub�SendFromBuffer( _
���ByVal firstLoggingEvent�As�LoggingEvent,�_
���ByVal buffer�As�CyclicBuffer�_
)
[C#]
protected�virtual�void�SendFromBuffer(
���LoggingEventfirstLoggingEvent,
���CyclicBufferbuffer
);

Parameters

firstLoggingEvent
The first logging event.
buffer
The buffer containing the events that need to be send.

Remarks

The subclass must override SendBuffer.

See Also

BufferingAppenderSkeleton Class | log4net.Appender Namespace