Click or drag to resize

TraceLoggerLogMessageCrLf Method

Displays a message respecting carriage return and linefeed characters

Namespace:  ASCOM.Utilities
Assembly:  ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public void LogMessageCrLf(
	string Identifier,
	string Message
)

Parameters

Identifier
Type: SystemString
Identifies the meaning of the message e.g. name of module or method logging the message.
Message
Type: SystemString
The final message to terminate the line
Remarks

Will create a LOGISSUE message in the log if called before a line has been started with LogStart. Possible reasons for this are exceptions causing the normal flow of code to be bypassed or logic errors.

See Also