Should transactions be used to insert logging events in the database.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: Booleantrue if transactions should be used to insert logging events in the database, otherwise false. The default value is true.
Remarks
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.
See Also