TraceLogger(String) Constructor

Create and enable a new TraceLogger instance with automatic naming based on the supplied log file type

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public TraceLogger(
	string LogFileType
)

Parameters

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