TraceLoggerLogIssue Method
Logs an issue, closing any open line and opening a continuation line if necessary after the
issue message.
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public void LogIssue(
string Identifier,
string Message
)
Public Sub LogIssue (
Identifier As String,
Message As String
)
public:
virtual void LogIssue(
String^ Identifier,
String^ Message
) sealed
Parameters
- Identifier String
- Identifies the meaning of the message e.g. name of module or method logging the message.
- Message String
- Message to log
Use this for reporting issues that you don't want to appear on a line already opened
with StartLine