TraceLoggerLogFilePath Property

Set or return the path to a directory in which the log file will be created

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public string LogFilePath { get; set; }

Return Value

String
String path

Remarks

Introduced with Platform 6.4.

If set, this path will be used instead of the user's Documents directory default path. This must be Set before the first message Is logged.

See Also