TTMSFNCCloudLogger.Connect Method
Connects to the logging service using an email address and password.
API unit family: TMSFNCCloudLogger
Declaring type: TTMSFNCCloudLogger
Inherited from: TTMSFNCCustomCloudLogger
Overloads
Overload 1
Connects to the logging service using an email address and password.
procedure Connect(AEmailAddress: string; APassword: string);
Parameters
| Name | Description |
|---|---|
AEmailAddress |
Account email address. |
APassword |
Account password. |
Overload 2
Connects to the logging service using an access token.
procedure Connect(AToken: string);
Parameters
| Name | Description |
|---|---|
AToken |
Access token used to authenticate. |
Overload 3
Connects to the logging service using the already configured credentials.
procedure Connect;