Table of Contents

TTMSFNCCloudLoggerProject Class

Represents a single project on the active logging service, holding its stacks and exposing logging operations scoped to that project.

API unit family: TMSFNCCloudLogger

Syntax

TTMSFNCCloudLoggerProject = class

Properties

Name Description
DateCreated Read-only date and time the project was created.
ID Read-only unique identifier of the project.
Name Read-only display name of the project.
NextStackPage Read-only token identifying the next page of stacks to retrieve.
OrganizationID Read-only identifier of the organization the project belongs to.
Owner Read-only logger component that owns this project.
Service Read-only service the project belongs to.
Stacks Read-only collection of stacks that belong to this project.

Methods

Name Description
GetAllStacks Requests all stacks for this project from the active service and fills Stacks when the request completes.
GetStacks Requests the next page of stacks for this project from the active service.
LogException Logs an exception to this project on the active service.
LogMessage Logs a message to this project on the active service.