rust-lang / log

Logging implementation for Rust
https://docs.rs/log
Apache License 2.0
2.16k stars 250 forks source link

doc: Add log-to-defmt to other-facilities section #574

Closed chrysn closed 1 year ago

chrysn commented 1 year ago

This adds a crate I've written and been using occasionally.

It's not something recommended for general use (its README explains the caveats; tl;dr: defmt benefits are gone once used with log), but when someone is on a defmt platform and briefly needs to capture a logging crate reports, this list is probably where they're looking.