TraceLoggerLogFileName Property
Return the full filename of the log file being created
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public string LogFileName { get; }
Public ReadOnly Property LogFileName As String
Get
public:
virtual property String^ LogFileName {
String^ get () sealed;
}
StringFull filename of the log file
StringString filename
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.