Table of Contents

TTMSFNCCloudLoggerEvent Class

Represents a single logged event, such as one occurrence of an exception or message, within a stack.

API unit family: TMSFNCCloudLogger

Syntax

TTMSFNCCloudLoggerEvent = class

Properties

Name Description
DateCreated Read-only date and time the event was created.
ErrorType Read-only error type or class name reported for the event.
ID Read-only unique identifier of the event.
IPAddress Read-only IP address from which the event was submitted.
Level Read-only severity level of the event.
Owner Read-only stack that owns this event.
ProjectID Read-only identifier of the project the event belongs to.
Source Read-only source location or component that raised the event.
StackTrace Read-only stack trace captured for the event.
Title Read-only title describing the event.