megahertz / electron-log

Simple logging module Electron/Node.js/NW.js application. No dependencies. No complicated configuration.
MIT License
1.27k stars 124 forks source link

log.transport.file not accessible in Angular app #416

Closed holo05 closed 1 month ago

holo05 commented 1 month ago

Hi,

in my Electron-Angular app i cant access to "log.transports.file". But 'log.info" writes correctly to console and the "main.log" file

Angular 17.3.6 Electron 30.01 Node 20.12

Thanky ou for any hints!

image image

megahertz commented 1 month ago

You need to do that in the main process, not in a renderer.