Skip to main content

Logger.setPathForiOS

This API helps to set the path for recording and storing the debug Logs.

When using this API, logs will be written in the given path, else it will be saved on the default path.

Syntax

CopiedZohoSalesIQ.Logger.setPathForiOS(URL);

Example

CopiedZohoSalesIQ.Logger.setPathForiOS(DocumentDirectoryPath + "/fileName.txt");