TraceLogger(String) Constructor
Create and enable a new TraceLogger instance with automatic naming based on the supplied log file type
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public TraceLogger(
string LogFileType
)
Public Sub New (
LogFileType As String
)
public:
TraceLogger(
String^ LogFileType
)
Parameters
- 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.