ServerConsole.LogFileName Property

NOTE: This property is deprecated and will be removed from a future release.

This property configures the absolute pathname of the file to which program output is logged when property LogDataToFile is set to true. If this property's value is the empty string, no logging happens (even if property LogDataToFile is true. If an error occurs reading the persisent state of this property from the Registry, program output is logged either to a file named "Rtx64ServerLog.txt" on the current user's desktop or the file "C:\Rtx64ServerLog.txt".

NOTE: LogFileName must be an absolute pathname of a file.

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

Syntax
public string LogFileName { get; set; }

Property Value

Type: String

Implements

IConfigServerConsole.LogFileName
See Also