log4net SDK Reference

AdoNetAppender.SendBuffer Method

Inserts the events into the database.

Overload List

Inserts the events into the database.

protected override void SendBuffer(LoggingEvent[]);

Writes the events to the database using the transaction specified.

protected virtual void SendBuffer(IDbTransaction,LoggingEvent[]);

See Also

AdoNetAppender Class | log4net.Appender Namespace