Giter Site home page Giter Site logo

Comments (3)

daboross avatar daboross commented on July 17, 2024

This isn't a feature of fern - it only offers rust-syntax-based initialization.

log4rs is the best configuration-based logger I know of today. If you need it, one-way interop should be possible by passing a Box<dyn Log> created from log4rs into fern::Dispatch::chain.

Another alternative is to build your own configuration, and translate that into fern calls. This is probably substantially more work, but if you just need something simple like setting the maximum log level, it should be doable.

Glad the library has been useful! :)

from fern.

apatniv avatar apatniv commented on July 17, 2024

Thanks for the response. I will look into your suggestions.

Do you think adding support for this in the future is a good idea?

from fern.

daboross avatar daboross commented on July 17, 2024

In my view, I think it would be more work than what it's worth.

Fern does a relatively good job at its two jobs: first, a logging implementation, and second, an rusty interface to configure that implementation. If we added a configuration-based interface, then it could use the implementation, but it'd probably be completely separate from the rusty interface. I don't think that fern's implementation is anything that special, so there wouldn't be too much benefit over configuration interfaces which already exist, like log4rs.

from fern.

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.