This is a library that
- gives some color to your console.info(), console.warn() and console.error()
- adds the location where the log was called from and you can ctrl+click it to go to that location
It only affects Node console.logs (server side only). Browser logging is unaffected.
Before:
After:
npm install -D hvb-console
import console from "hvb-console";