TraceLoggerLogIssue Method

Logs an issue, closing any open line and opening a continuation line if necessary after the issue message.

Definition

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

Parameters

Identifier  String
Identifies the meaning of the message e.g. name of module or method logging the message.
Message  String
Message to log

Remarks

Use this for reporting issues that you don't want to appear on a line already opened with StartLine

See Also