Console++ - enhance your console
I need a logger for GhostDriver but I鈥檓 too lazy to figure out how to use a nice, proper logging library. Plus I鈥檓 a BIG fun of old-school-debugging: I just substituted all the printf() calls with console.log. So I decide to make every JavaScript developer shiver in disgust and wrote a small library that enhances the global console object. This tiny library is called Console++ and works with NodeJS, PhantomJS and any decent JavaScript runtime. ...