pimterry / loglevel

:ledger: Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods
MIT License
2.61k stars 157 forks source link

Added resetLevel method #173

Closed illandril closed 2 years ago

illandril commented 2 years ago

This provides a resetLevel() method as an alternative solution to the use cases detailed in #172

pimterry commented 2 years ago

Yep, I think this looks great, merged. Thanks for the contribution! I'll put out a v1.8.0 release with this included in just a moment.