TTMSFNCCloudExceptionlessProject.LogMessage Method
Submits a log message event to the project.
API unit family: TMSFNCCloudExceptionless
Declaring type: TTMSFNCCloudExceptionlessProject
Syntax
procedure LogMessage(AMessage: string; ASource: string = ''; ATimeStamp: TDateTime = 0; ALevel: TTMSFNCCloudExceptionlessLogLevel = ellInfo);
Parameters
| Name | Description |
|---|---|
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. |