Message 1 of 2
Write to a log from javascript?

Not applicable
02-02-2015
10:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a log that scripts can write to?
There's console.log, but as far as I can tell that's only visible in a debug session and it gets wiped between runs. Any other way to get debug printf output?
(I can just write to a file, but as scripts start working together, it'd be nice to have a log framework of some sort)