TTMSFNCCloudExceptionless.LogException Method
Submits an error event to the given project.
API unit family: TMSFNCCloudExceptionless
Declaring type: TTMSFNCCloudExceptionless
Inherited from: TTMSFNCCustomCloudExceptionless
Syntax
procedure LogException(AProjectID: string; AMessage: string; AErrorType: string; ASource: string = ''; AStackTrace: string = ''; ALevel: TTMSFNCCloudExceptionlessLogLevel = ellError; ATimeStamp: TDateTime = 0); virtual;
Parameters
| Name | Description |
|---|---|
AProjectID |
Identifier of the project to submit the event to. |
AMessage |
Error message to log. |
AErrorType |
Type name of the error. |
ASource |
Optional source that produced the error. |
AStackTrace |
Optional stack trace associated with the error. |
ALevel |
Severity level of the error. |
ATimeStamp |
Optional time of the event; the current time is used when zero. |