Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

BufferingForwardingAppender.SendBuffer�Method�

Send the events.

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

Parameters

events
The events that need to be send.

Remarks

Forwards the events to the attached appenders.

See Also

BufferingForwardingAppender Class | log4net.Appender Namespace