TraceLogger Constructor

Creates a new TraceLogger instance

Definition

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

Remarks

The LogFileType is used in the file name to allow you to quickly identify which of several logs contains the information of interest.

This call enables automatic logging and sets the file type to "Default".

See Also