TTMSFNCCustomCloudRollBar Class
Base class for the error and message logging service component. Connects to the service, retrieves projects, items and occurrences, and logs exceptions and messages.
API unit family: TMSFNCCloudRollbar
Inherits from: TTMSFNCCloudBase
Syntax
TTMSFNCCustomCloudRollBar = class(TTMSFNCCloudBase)
Properties
| Name | Description |
|---|---|
| Projects | Collection of projects available on the connected account. |
Methods
| Name | Description |
|---|---|
| Connect | Connects to the service, optionally using the supplied read access token. |
| LogException | Logs an exception entry to the supplied project. |
| LogMessage | Logs a message entry to the supplied project. |