TraceLogger(String, String) Constructor

Creates a new TraceLogger instance and initialises filename and type

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
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

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