Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

BufferingAppenderSkeleton.SendBuffer�Method�

Sends the events.

[Visual�Basic]
MustOverride�Protected�Sub�SendBuffer( _
���ByVal events�As�LoggingEvent()�_
)
[C#]
protected�abstract�void�SendBuffer(
���LoggingEvent[]events
);

Parameters

events
The events that need to be send.

Remarks

The subclass must override this method to process the buffered events.

See Also

BufferingAppenderSkeleton Class | log4net.Appender Namespace