The EnxRoom.postClientLogs()
method is used to share Console Log with the portal Tech Team for audit. The method sends 200KB of the most recent Console Log to the portal. To start posting Console Logs to the portal, you need to first enable Console logging using EnxLogger.
Class: EnxRoom
Method: - (void)postClientLogs;
// To enable logging EnxLogger *logger = [EnxLogger sharedInstance]; [logger startLog]; [room postclientLogs]; // Post log to the Portal
Error Codes / Exceptions
Code | Description |
---|---|
5056 | Log File upload already in process. |
5083 | Unable to upload an empty log file. |