TTMSFNCCloudLoggerStack Class
Represents a group of related events, such as repeated occurrences of the same error, within a project.
API unit family: TMSFNCCloudLogger
Syntax
TTMSFNCCloudLoggerStack = class
Properties
| Name | Description |
|---|---|
| Events | Read-only collection of events that belong to this stack. |
| FirstOccurrence | Read-only date and time the stack was first seen. |
| ID | Read-only unique identifier of the stack. |
| LastOccurrence | Read-only date and time the stack was last seen. |
| Level | Read-only severity level of the stack. |
| Owner | Read-only project that owns this stack. |
| ProjectID | Read-only identifier of the project the stack belongs to. |
| Status | Read-only resolution status of the stack. |
| Title | Read-only title describing the stack. |
| TotalOccurrences | Read-only total number of times the stack has occurred. |
Methods
| Name | Description |
|---|---|
| GetAllEvents | Requests all events for this stack from the active service and fills Events when the request completes. |
| GetEvents | Requests the next page of events for this stack from the active service. |
| ServiceToLoggerStatus | Maps an Exceptionless status value to the matching generic status. |