TraceLogger(String, String) Constructor
Creates a new TraceLogger instance and initialises filename and type
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public TraceLogger(
string LogFileName,
string LogFileType
)
Public Sub New (
LogFileName As String,
LogFileType As String
)
public:
TraceLogger(
String^ LogFileName,
String^ LogFileType
)
Parameters
- LogFileName String
- Fully qualified trace file name or null string to use automatic file naming (recommended)
- LogFileType String
- String identifying the type of log e,g, Focuser, LX200, GEMINI, MoonLite, G11
The LogFileType is used in the file name to allow you to quickly identify which of several logs contains the information of interest.