Drakulix / simplelog.rs

Simple Logging Facility for Rust
https://docs.rs/simplelog/
Apache License 2.0
414 stars 71 forks source link

Implement key/value feature of the log crate (now stable) #148

Open 8192K opened 4 months ago

8192K commented 4 months ago

The log crate from 0.4.21 onwards has the new "kv" feature which enables logging more detailed information using key/value pairs. It was marked as unstable prior to 0.4.21 but is now generally available.

Are you planning on adding support for this feature to the loggers in simplelog?