log4net SDK Reference

BufferingAppenderSkeleton.SendBuffer Method (LoggingEvent[])

[This is preliminary documentation and subject to change.]

Sends the events.

[Visual Basic]
Overridable Overloads Protected Sub SendBuffer( _
   ByVal events As LoggingEvent() _
)
[C#]
protected virtual void SendBuffer(
   LoggingEvent[] events
);

Parameters

events
The events that need to be send.

Remarks

The subclass must override either SendBuffer or SendBuffer.

See Also

BufferingAppenderSkeleton Class | log4net.Appender Namespace | BufferingAppenderSkeleton.SendBuffer Overload List