Sends a message to the RVM to upload the application's logs. On success, an object containing logId is returned.
Example
app = fin.desktop.Application.getCurrent();
app.sendApplicationLog((info) => {
console.log(info.logId);
}, (err) => {
console.log(err);
});