TTMSFNCCloudBase.OnRequestLog Event
Fires for each log entry written when
Loggingis enabled.
API unit family: TMSFNCCloudBase
Declaring type: TTMSFNCCloudBase
Inherited from: TTMSFNCCustomCloudBase
Syntax
OnRequestLog: TTMSFNCCloudBaseLogEvent;
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. |