SerialLogMessage Method

Adds a message to the ASCOM serial trace file

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public void LogMessage(
	string Caller,
	string Message
)

Parameters

Caller  String
String identifying the module logging the message
Message  String
Message text to be logged.

Remarks

This can be called regardless of whether logging is enabled

See Also