CTN-Originals / Better-Console-Utilities

This node.js module provides a better way of handling the build-in console for node.js and also adds custom colors with auto colorization and custom color tags
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

Intercept the console function call #6

Open CTNOriginals opened 1 year ago

CTNOriginals commented 1 year ago

Intercept the console command and add some functionality to it

CTNOriginals commented 1 year ago

This could be tricky as it might fuck up some big stuff in any project. The best way to approach this might be to make it an option to turn on and off and have it turned off by default.