rust-cli / env_logger

A logging implementation for `log` which is configured via an environment variable.
https://docs.rs/env_logger
Apache License 2.0
803 stars 125 forks source link

Try to fix Target::Pipe #217

Closed jplatte closed 1 year ago

jplatte commented 2 years ago

I thought I found a good way of dealing with this, but it didn't work out at all. I got it to almost compile but now I found that there's another set of things that all rely on there being a termcolor output buffer. (everything around fmt::Formatter)

@TilCreator if are you still interested in getting Target::Pipe fixed, maybe you can have a look at what it would take to make this work.

jplatte commented 1 year ago

Closing in favor of #239.