Table of Contents

TTMSFNCCloudExceptionlessProject.LogException Method

Submits an error event to the project.

API unit family: TMSFNCCloudExceptionless Declaring type: TTMSFNCCloudExceptionlessProject

Syntax

procedure LogException(AMessage: string; AErrorType: string; ASource: string = ''; AStackTrace: string = ''; ALevel: TTMSFNCCloudExceptionlessLogLevel = ellError; ATimeStamp: TDateTime = 0);

Parameters

Name Description
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.