If true, the logging subsystem was initialized.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet62 (in libdb_dotnet62.dll) Version: 6.2.32.0

Syntax

C#
public bool UsingLogging { get; }
Visual Basic (Declaration)
Public ReadOnly Property UsingLogging As Boolean
Visual C++
public:
property bool UsingLogging {
	bool get ();
}

See Also