UseLogging Field

BerkeleyDB

If true, initialize the logging subsystem.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public bool UseLogging
Visual Basic (Declaration)
Public UseLogging As Boolean
Visual C++
public:
bool UseLogging

Remarks

This subsystem should be used when recovery from application or system failure is necessary. If the log region is being created and log files are already present, the log files are reviewed; subsequent log writes are appended to the end of the log, rather than overwriting current log entries.

See Also