TTMSMCPClientServerLoggingEvent Event Type
Delivers a log record pushed by the server.
API unit family: TMS.MCP.Client.Connection
Parameters
| Name | Description |
|---|---|
Sender |
Connection that received the record. |
ATimeStamp |
Local time at which the record was received. |
ALevel |
Severity the server assigned. An unrecognized severity is reported as llDebug. |
ALogger |
Name of the emitting logger, empty when the server supplied none. |
AData |
Payload the server attached, which may be any JSON value and may be nil. It belongs to the notification being processed and is released as soon as the handler returns. |