TTMSFNCCloudLoggerProject.LogMessage Method
Logs a message to this project on the active service.
API unit family: TMSFNCCloudLogger
Declaring type: TTMSFNCCloudLoggerProject
Syntax
procedure LogMessage(AMessage: string; ALevel: TTMSFNCCloudLoggerLogLevel = llInfo; ASource: string = ''; ATimeStamp: TDateTime = 0);
Parameters
| Name | Description |
|---|---|
AMessage |
Message text to log. |
ALevel |
Severity level to report; defaults to llInfo. |
ASource |
Optional source location or component for the message. |
ATimeStamp |
Optional time stamp for the message; the current time is used when zero. |