Log Method for LCSession

This method adds a new entry to the log for this activity.

Use LCSession.Log to log HEI errors for which the error codes are defined by HEI. This Log function logs a basic error or event; use LogEx for extended logs and LogText or LogTextEx for external logs. When logging an error, the activity status is set, placing the activity into an error state. The log text corresponding to the status code is added to any Log entry for this activity.

Defined In

LCSession Class

Syntax

lcSession. Log (status)

Parameters

Parameter

Description

status

Long. HEI status code to log. Most status codes are errors; those ORed with the flag LCSTATUSF_EVENT are considered non-error events.