Table of Contents

TTMCMCPLogEvent Event Type

Reports one progress or diagnostic line produced by the channel.

API unit family: TMS.MCP.Transport.SSE

Remarks

Used for start-up and shut-down notices, client connect and disconnect notices, and the text of errors the channel has caught. It is a plain trace feed, not an error handler: a handler cannot change what the channel does, and caught exceptions are also reported through TTMSMCPTransport.OnError, which is the one to assign for error handling. May be called from a worker thread.

Parameters

Name Description
Msg Text of the line. Already formatted; it carries no severity or timestamp.