Table of Contents

TTMSFNCCloudLoggerStack.ServiceToLoggerStatus Method

Maps an Exceptionless status value to the matching generic status.

API unit family: TMSFNCCloudLogger Declaring type: TTMSFNCCloudLoggerStack

Overloads

Overload 1

Maps an Exceptionless status value to the matching generic status.

function ServiceToLoggerStatus(AStatus: TTMSFNCCloudExceptionlessStatus): TTMSFNCCloudLoggerStatus; overload;

Parameters

Name Description
AStatus Exceptionless status to convert.

Returns

The corresponding generic status.

Overload 2

Maps a Rollbar item status value to the matching generic status.

function ServiceToLoggerStatus(AStatus: TTMSFNCCloudRollBarItemStatus): TTMSFNCCloudLoggerStatus; overload;

Parameters

Name Description
AStatus Rollbar item status to convert.

Returns

The corresponding generic status.

Overload 3

Maps a Sentry issue status value to the matching generic status.

function ServiceToLoggerStatus(AStatus: TTMSFNCCloudSentryIssueStatus): TTMSFNCCloudLoggerStatus; overload;

Parameters

Name Description
AStatus Sentry issue status to convert.

Returns

The corresponding generic status.