Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AdoNetAppender.SendBuffer�Method�(LoggingEvent[])

Inserts the events into the database.

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

Parameters

events
The events to insert into the database.

Remarks

Insert all the events specified in the events array into the database.

See Also

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