TraceLoggerLogFileName Property

File name of the log file being created

Definition

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

Property Value

String
Filename of the log file without the path.

Return Value

String
String filename

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