Open KaKi87 opened 3 years ago
I was actually talking about logging from renderer.
ok, that would be the js in app.html, and same thing, if you open the developer console, you should be able see it. I just tried it.
Well, devtools seem to be painful to set up so I was wondering if I could just see my logs on the terminal
In the meantime I used Eruda, which works well, for a temporary solution.
@console you could send the logs to the nodejs/server side with messageUI.send('message-to-server', message)
and console log them there.
@eruda wasn't aware of that, thanks for sharing.
It does work. If you put it in main.js, it shows up on the console - if you start it on the command line, that is. Otherwise you are not able to see it.