Tutorial: system.getLog

system.getLog

Retrieves the contents of the log with the specified filename.

Example

fin.desktop.System.getLog('debug-2015-01-08-22-27-53.log',function (log) {
    console.log(log);
});