This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Description
So a normal console.log() takes up 6 lines (including the blank one):
┏ Electron ------------------- // output here ┗ ----------------------------
I really, really don't want this! It makes it impossible to do your own debugging code.
Can it be disabled, or can this output be aliased to console.trace() or some other utility function?
I just want to be in control of my own logging, thanks.