Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split Filter and Builder into separate crate #193

Closed
vadixidav opened this issue Feb 4, 2021 · 1 comment · Fixed by #299
Closed

Split Filter and Builder into separate crate #193

vadixidav opened this issue Feb 4, 2021 · 1 comment · Fixed by #299
Labels
Milestone

Comments

@vadixidav
Copy link

I am finding the Filter to be useful for creating my own logger in a custom wasm environment. This functionality is useful, but to pull it in I also have to pull in the whole env_logger crate. The readme for this crate reads that it should only be used for binaries, which makes sense, but this one component of it is useful for making libraries. Is it possible that the Filter and Builder can be split into their own crate? It seems like a good thing to refactor out. Essentially, the whole filter module.

@jplatte
Copy link
Contributor

jplatte commented Feb 16, 2021

I think this has been brought up somewhere before. CC @KodrAus who knows a lot more about the overall log ecosystem than me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants