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

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet62 (in libdb_dotnet62.dll) Version: 6.2.32.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