Description
by Pierluigi Pesenti
Conzole is a debug panel built in javascript that wraps javascript native console object methods and functionality in a panel displayed inside the page.
Include it once and see it the same every time you open up the page, in every browser, on mobile etc.
It also adds some unique functions as the “watching” list. It let you watch variables as many browsers debug console does. But setting up the watches via javascript is much easier, can be conditional and you don't have to do it every time you launch the browser.
Please refer to: http://oaxoa.github.io/Conzole/
Conzole alternatives and similar libraries
Based on the "Log" category.
Alternatively, view Conzole alternatives based on common mentions on social networks and blogs.
-
loglevel
Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods. -
storyboard
Universal logging library + Chrome extension; it lets you see all client and server tasks triggered by a user action in a single place. -
Logit.io JavaScript Plugin
This JavaScript Plugin provides websites with an interface to send debug information to a Logit.io endpoint.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Conzole or a related project?
README
Conzole
by Pierluigi Pesenti
Conzole is a debug panel built in javascript that wraps javascript native console object methods and functionality in a panel displayed inside the page. Include it once and see it the same every time you open up the page, in every browser, on mobile etc.
It also adds some unique functions as the “watching” list. It let you watch variables as many browsers debug console does. But setting up the watches via javascript is much easier, can be conditional and you don't have to do it every time you launch the browser.
Please refer to: http://oaxoa.github.io/Conzole/