xpl / ololog

A better console.log for the log-driven debugging junkies
https://www.npmjs.com/package/ololog
The Unlicense
215 stars 8 forks source link

Added debug tag #9

Closed ourarash closed 5 years ago

ourarash commented 5 years ago

Added debug tag to print info for debugging purposes.

xpl commented 5 years ago

@ourarash Awesome! I haven't even noticed that console.debug existed, shame on me! It's merged and available in 1.1.129.

ourarash commented 5 years ago

@xpl Thanks! Ideally, there should be a flag (or a level) that controls the debug/warning print out. For example, when the flag is disabled, there will be no debug info printed out. I might add it later.