Logger.setEnabled()

This API lets you request your 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(boolean value);

Example:

CopiedZohoSalesIQ.Logger.setEnabled(true/false);