log4net SDK Reference

BufferingForwardingAppender.SendBuffer Method (LoggingEvent[])

[This is preliminary documentation and subject to change.]

Send the events.

[Visual Basic]
Overrides Overloads 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 | BufferingForwardingAppender.SendBuffer Overload List