TTMSMCPCloudBase.OnRequestLog Event
Fires for each log entry written when
Loggingis enabled.
API unit family: TMS.MCP.CloudBase
Declaring type: TTMSMCPCloudBase
Inherited from: TTMSMCPCustomCloudBase
Syntax
OnRequestLog: TTMSMCPCloudBaseLogEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The cloud base component that raised the event. |
ARequestResult |
The request result that generated the log message. |
AMessage |
The log message text. |