Logger.setPath(URL)
This API allows you to specify a location to store SDK logs. If not specified, the default location will be used.
Syntax:
CopiedZohoSalesIQ.Logger.setPath(directory: URL)
Example
CopiedZohoSalesIQ.Logger.setPath(documentDirectory.appendingPathComponent("fileName.txt"))