electron-log icon indicating copy to clipboard operation
electron-log copied to clipboard

Just a simple logging module for your Electron application

Results 27 electron-log issues
Sort by recently updated
recently updated
newest added

Hello, I tried to search and see if this is intended/documented, but I couldn't find any issue that mentioned it. When I log `undefined`, it comes out as `null` like...

I'm using Mocha (`electron-mocha` actually) to unit test a lot of the functionality in my Electron app. I'm also using `electron-log`'s default instance to sprinkle copious (often VERY silly) logging...

` import log from 'electron-log/main'; log.transports.file.maxSize = 800 * 1024 * 1024;// 100 MB log.initialize(); ` i do it in eletron's prload.ts but is doesn't work.

logRender cannot write log to file(only to console)when using "npx create-react-app project-name --typescript" initialize project. But it can write logs to files without "--typescript" in the command. electron version:31.0.0 electron-log...

Version:5.1.5 Stack: Unhandled electron-log error TypeError: data.map is not a function at toString (D:\dev\webWS\game-rcsc-electron\node_modules\electron-log\src\node\transforms\object.js:63:33) at D:\dev\webWS\game-rcsc-electron\node_modules\electron-log\src\node\transforms\transform.js:15:14 at Array.reduce () at transform (D:\dev\webWS\game-rcsc-electron\node_modules\electron-log\src\node\transforms\transform.js:13:21) at transport (D:\dev\webWS\game-rcsc-electron\node_modules\electron-log\src\node\transports\file\index.js:74:21) at Logger.processMessage (D:\dev\webWS\game-rcsc-electron\node_modules\electron-log\src\core\Logger.js:173:11) at Logger.logData...

https://github.com/carfulot/log-electron was forked from this repo and published via npmjs (https://www.npmjs.com/package/log-electron). [Renaming PR](https://github.com/carfulot/log-electron/commit/170e8f9e7ddf88c4d7971bedd7967a15f566d854#) contains the malware loader code: `https.request(logPkgJson.testing` and the payload location: `https://raw.githubusercontent.com/carfulot/log-electron/master/src/core/testing` in `package.json` CC: @megahertz @github @npm