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
782 stars 124 forks source link

support kv_unstable #294

Closed SVilgelm closed 5 months ago

SVilgelm commented 6 months ago

Print the kev and values from a record if kv_unstable feature enabled

SVilgelm commented 6 months ago

I'm aware of the https://github.com/rust-cli/env_logger/pull/137, but that one is really outdated and I decided to write simpler solution

tmccombs commented 6 months ago

This is actually pretty similar to what I originally had in #137. But due to some other comments I added support for putting the key/value pairs on multiple lines, and putting it at the end instead of the beginning.