Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Send a log message and optional payload to the vendor connector’s logging facility.
logMessageToVendor(logLevel, message, payload) → void
| Field | Type | Description | Required |
|---|---|---|---|
| logLevel | String | Logging level (INFO, WARN, ERROR). | Yes |
| message | String | The message to log. | Yes |
| payload | Object | Optional structured payload to accompany the log. | No |
Newer Version Available