Table of Contents

TTMSFNCCloudSentryProject.LogMessage Method

Logs a message to this project.

API unit family: TMSFNCCloudSentry Declaring type: TTMSFNCCloudSentryProject

Syntax

procedure LogMessage(AMessage: string; ALevel: TTMSFNCCloudSentryLogLevel = sllDebug; ATimeStamp: TDateTime = 0; ASource: string = ''; AStackTrace: string = '');

Parameters

Name Description
AMessage Message text to log.
ALevel Severity level to report; defaults to sllDebug.
ATimeStamp Optional timestamp; the current time is used when zero.
ASource Optional source location (file name).
AStackTrace Optional stack trace or function name.