Alexey Prokhorov
Alexey Prokhorov
A renderer part was fully changed in v5, so it may solve the issue. Please let me know if it still happens in v5.
In v5 logs from a renderer process are always displayed in the main console.
@cnhuye Could you provide an example?
A related doc is updated, thank you
In v5 it's possible to write a custom function for writing to console, eg ```js log.transports.console.writeFn = ({ message }) => console.log(util.inspect(message.data)); ``
All `remote`-related parts are removed from v5
Implemented in v0.3.0