Recidvst / pretty-console

Prettifying the browser console for easier reading of objects etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pretty Console

Prettifying the browser console with a new console method - making it easier to read and the argument type immediately clear.

  • Use 'console.p()' as if it were 'console.log()';
  • Displays your passed argument in a clearer, colour-coded fashion.
  • Switch back to log or trace etc. for more specific debugging.
  • Default colour scheme provided in colourScheme.js - edit to choose your own.
  • Repo is set-up as a chrome extension but not published.

'Pretty console example'

To-do

  • Add configurable, multi-option colour scheme support.
  • Possible object improvements.

About

Prettifying the browser console for easier reading of objects etc.

License:MIT License


Languages

Language:JavaScript 100.0%