 | LogConfigurationElementDirectory Property |
Gets or sets the directory where log files are stored.
Namespace: Ookii.JumboAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic string Directory { get; set; }
Public Property Directory As String
Get
Set
public:
property String^ Directory {
String^ get ();
void set (String^ value);
}
member Directory : string with get, set
Property Value
StringThe directory where log files are stored. This value should end in a directory separator character.
Remarks
If using the run-dfs.sh and run-jet.sh scripts on Unix, the JUMBO_LOG value in jumbo-config.sh should be set to the same value.
See Also