DEVision.js, a console.log replacement and application state tracker
▼2 up and 0 down, posted by
2 up and 0 down, posted by
Good Morning Developers! Have you ever wondered of an alternative to ‘console.log’? We built DEVision.js as an improved console.log replacement which allows you to decide, at runtime, what will be logged based both on priority level and user-defined scope with the ability to track/snapshot variable values and test them.It’s also designed to display data via it’s “slim” HTML/CSS viewer that is browser and platform independent. Here are the links to our npm package (https://www.npmjs.com/package/devision.js) and our Github Repo (http://bit.ly/DEVisionJS).