Aleksei Prokhorov
Aleksei Prokhorov
Sure, but you need to implement an emotions dropdown by yourself.
Currently, I'm considering two options: - Provide `electron-log/utility` which uses `postMessage` under the hood - Do not provide built-in support; provide the fix mentioned here as an example I don't...
Which transport do you mean - file, console? This library doesn't add line breaks.
If you pass an array type to the logger function, it formats it. You need to serialize it before passing, or use a custom format function to prevent that.
If you pass a string, it shouldn't print the parentheses. Maybe you use a custom formatter function, hook or transform
Unfortunately, I'm unable to help with electron-vite-related matters. It seems like a bundling issue.
By default, a renderer process prints nothing from the utility process, as well as the main process.
Thank you for the PR. I'm not sure if it should be included in the main library until I make it truly tree-shakable. Now the priority is the package size....
Thanks @Kniggishood . I want to keep this PR open as a reminder for myself. I have been moving to a new country for the last few months, which is...