GithubHelp home page GithubHelp logo

Add Prefix about loglevel HOT 3 CLOSED

pimterry avatar pimterry commented on May 23, 2024
Add Prefix

from loglevel.

Comments (3)

mren avatar mren commented on May 23, 2024

Would be nice to have this on a per level basis.

log.setPrefix("info", "Info: ");
log.setPrefix("debug", "[MyPrefix]");
log.info("Hello World"); // Output "Info: Hello World"
log.debug("Hello World"); // Output "[MyPrefix]Hello World"

This would allow a more generic configuration.

from loglevel.

pimterry avatar pimterry commented on May 23, 2024

Sorry, I've been extraordinarily busy recently. Back on it now!

This is interesting, but doing things like this typically breaks stacktrace reporting from log messages. I'm currently trying to avoid letting this library expand too far beyond just providing a reliably hardy console alternative that works everywhere, so I don't want to implement this directly, but I can see how this would be useful.

Fortunately, I've just added a plugin API! See https://github.com/pimterry/loglevel#plugins for some explanation and an example.

I haven't yet released a new version including this, but it's in lib/loglevel.js on master, and if you wanted to give that a go and see if it solves your problem I'd be very keen to know how you got on. I'll be doing a proper release within the next few days or so, once I've done some more thorough testing.

If you want to bundle up a loglevel plugin for this and publish it yourselves I'd also be happy to link it from the README over here, in case anybody else is looking for the same sort of thing.

from loglevel.

iotaweb avatar iotaweb commented on May 23, 2024

@pimterry The simplicity of logLevel and clever use of localStorage is a major appeal to me, so I like the fact you want to keep it lean, but with an API for those who wish to extend it.

I can see where the request comes from for context (and timestamp is nice too), but in exploring a lot of logging libraries lately, losing stacktrace reporting is a big deal (it makes $log in angular.js next to useless IMO).

So +1 for keeping it lean and thanks for sharing this library!

from loglevel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.