I'm using log4net to log messages to a SQL Server database using the ...AdoNetAppender.... I need to insert the logs in bulks. I've tried using the ...batchSize... property of the appender, but as far as I can tell the result is something like:...conn.Ope...