Skip to main content

Logger.setEnabled

This API lets you request the application debug logs from the visitor. You can either choose to enable or disable the request app log feature for your operators in the SalesIQ chat window by setting the boolean value.

Syntax

CopiedZohoSalesIQ.Logger.setEnabled(value: boolean)

Example

CopiedZohoSalesIQ.Logger.setEnabled(true/false);