How to enable Logs?
citrusClient.enableLog(true); // (Make sure you are enabling logs before citrusClient.init() method.)
- Logs can be used while debugging any issue.
- Logs are disabled by default.
- Make sure you are turning off the logs when you are using Production Environment.