TTMSFNCCloudExceptionless.LogMessage Method
Submits a log message event to the given project.
API unit family: TMSFNCCloudExceptionless
Declaring type: TTMSFNCCloudExceptionless
Inherited from: TTMSFNCCustomCloudExceptionless
Syntax
procedure LogMessage(AProjectID: string; AMessage: string; ASource: string = ''; ATimeStamp: TDateTime = 0; ALevel: TTMSFNCCloudExceptionlessLogLevel = ellInfo); virtual;
Parameters
| Name | Description |
|---|---|
AProjectID |
Identifier of the project to submit the event to. |
AMessage |
Message text to log. |
ASource |
Optional source that produced the message. |
ATimeStamp |
Optional time of the event; the current time is used when zero. |
ALevel |
Severity level of the message. |