Nw.js: Is it possible to programmatically log to stdout?

Created on 20 Oct 2015  路  4Comments  路  Source: nwjs/nw.js

I'd love to be able to use something like bunyan to log to the command-line console. That might be impossible though. Could someone clear that up for me?

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

question

All 4 comments

Is process.stdout.write() not suitable? I can use it from both