The path of a directory to be used as the location of logging files. Log files created by the Log Manager subsystem will be created in this directory.

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

Syntax

C#
public string LogDir { get; private set; }
Visual Basic (Declaration)
Public Property LogDir As String
Visual C++
public:
property String^ LogDir {
	String^ get ();
	void set (String^ value);
}

See Also