ServerConsole.LogFolder Property

Gets/sets the pathname of the folder where real-time application console log files are written. If this pathname doesn't exist, an exception is thrown.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public string LogFolder { get; set; }

Property Value

Type: String

Implements

IConfigServerConsole.LogFolder
See Also