By default, auto log send is enabled. Each time a successful resource request is sent to the server, the captured logs are also sent, with a 60-second minimum interval between sends.
To enable:
[OCLogger setAutoSendLogs:YES];
To disable:
[OCLogger setAutoSendLogs:NO];
To enable:
Logger.setAutoSendLogs(true);
To disable:
Logger.setAutoSendLogs(false);
To enable:
WL.Logger.config({autoSendLogs: true});
To disable:
WL.Logger.config({autoSendLogs: false});
To enable:
ibmmfpfanalytics.enableAutoSend(true);
To disable:
ibmmfpfanalytics.enableAutoSend(false);