TraceLoggerEnabled Property
Enables or disables logging to the file.
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
public:
virtual property bool Enabled {
bool get () sealed;
void set (bool value) sealed;
}
BooleanTrue to enable logging
BooleanBoolean, current logging status (enabled/disabled).
If this property is false then calls to LogMsg, LogStart, LogContinue and LogFinish do nothing. If True,
supplied messages are written to the log file.