Click or drag to resize

TraceLogger Constructor (String, String)

Creates a new TraceLogger instance and initialises filename and type

Namespace:  ASCOM.Utilities
Assembly:  ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public TraceLogger(
	string LogFileName,
	string LogFileType
)

Parameters

LogFileName
Type: SystemString
Fully qualified trace file name or null string to use automatic file naming (recommended)
LogFileType
Type: SystemString
String identifying the type of log e,g, Focuser, LX200, GEMINI, MoonLite, G11
Remarks
The LogFileType is used in the file name to allow you to quickly identify which of several logs contains the information of interest.
See Also