Should transactions be used to insert logging events in the database.
true
if transactions should be used to insert logging events in the database, otherwise false
. The default value is true
.
Gets or sets a value that indicates whether transactions should be used to insert logging events in the database.
When set a single transaction will be used to insert the buffered events into the database. Otherwise each event will be inserted without using an explicit transaction.
AdoNetAppender Class | log4net.Appender Namespace