TraceLoggerLogFilePath Property

Path to the directory in which the log file will be created

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.Tools (in ASCOM.Tools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public string LogFilePath { get; }

Return Value

String
String path

Remarks

This call will return an empty string until the first line has been written to the log file because the file is not created until required.

Version Information

.NET Standard

Supported in: 2.0

See Also