loglevel icon indicating copy to clipboard operation
loglevel copied to clipboard

:ledger: Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods

Results 18 loglevel issues
Sort by recently updated
recently updated
newest added

seems like the most recent release of loglevel into npm's reality didn't carry the README along with it, so far as npm's web page at https://www.npmjs.com/package/loglevel shows

Although the [documentation](https://developers.google.com/web/tools/chrome-devtools/console/api) for Chrome console specifies that console.debug has a log level of "info", it actually has log level of "verbose". With the current loglevel implementation, debug messages are...

the readme is missing one of the most important thing - it doesnt contain demo. for example, the BlackBird.js demo - http://demo.jb51.net/js/Blackbird/index.html see how well it demonstrates the behavior.

I don't exactly see why it shouldn't but this module appears not to work with react native, Well, `log.warn()` and `log.error()` work, but nothing below that level gets output, -even...

`getPersistedLevel` is called for each logger. I do not need that. I think the persistence should be configurable same way as `methodFactory` for plugins - i.e. it should be possible...

Sometimes I want to take full control of all levels of all loggers. For example when production environment is detected. For a certain logger it could be done by calling...

It would be nice if we could have something like `LOG_LEVEL=1 node log-test.js` where if `LOG_LEVEL` *(or any defined var name)* could have an impact on the log level used...

`log.replaceConsole()`, for example, to make console.X then work reliably, even if you're in IE etc.

WARNING in MyLogging.js depends on 'loglevel'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies How would I get rid of the warning? This happens during...

Hello Team, The grunt-contrib-jasmine and grunt-contrib-qunit used as a development dependency of the package are currently supporting phantomjs as a browser testing environment and phantomjs is an unmaintained project so...