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_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.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