Tutorial: System.getLogList

System.getLogList

Retrieves an array containing information for each log file.

Example

fin.System.getLogList().then(logList => console.log(logList)).catch(err => console.log(err));