TTMSFNCCloudLogger.LogMessage Method
Logs a message entry to the given project.
API unit family: TMSFNCCloudLogger
Declaring type: TTMSFNCCloudLogger
Inherited from: TTMSFNCCustomCloudLogger
Syntax
procedure LogMessage(AProjectID: string; AMessage: string; ALevel: TTMSFNCCloudLoggerLogLevel = llInfo; ASource: string = ''; ATimeStamp: TDateTime = 0); virtual;
Parameters
| Name | Description |
|---|---|
AProjectID |
Identifier of the target project. |
AMessage |
Message text. |
ALevel |
Severity level; defaults to informational. |
ASource |
Optional source location or component. |
ATimeStamp |
Optional entry timestamp; 0 uses the current time. |