TTMSMCPStreamableHTTPTransport.OnLog Event
Handler receiving the channel's progress and diagnostic lines.
API unit family: TMS.MCP.Transport.StreamableHTTP
Declaring type: TTMSMCPStreamableHTTPTransport
Syntax
OnLog: TTMSMCPLogEvent;
Remarks
Reports start-up and shut-down, the address the channel came up on, sessions created, terminated and expired, and the text of caught errors. Purely informational, and called from worker threads as well as from connection threads.
Parameters
| Name | Description |
|---|---|
Msg |
Text of one line, already formatted and carrying neither a severity nor a timestamp. The handler only records or displays it; it cannot influence what the channel does next. |