TraceLoggerLogFileName Property

Return the full filename of the log file being created

Definition

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

Property Value

String
Full filename of the log file

Return Value

String
String filename

Remarks

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

See Also