[This is preliminary documentation and subject to change.]
Inserts the events into the database.
Inserts the events into the database.
protected override void SendBuffer(LoggingEvent[]);
Inherited from BufferingAppenderSkeleton.
protected virtual void SendBuffer(CyclicBuffer);
Writes the events to the database using the transaction specified.
protected virtual void SendBuffer(IDbTransaction,LoggingEvent[]);
AdoNetAppender Class | log4net.Appender Namespace