mirror of
https://github.com/rust-lang/log.git
synced 2025-09-28 05:20:27 +00:00
doc: Add log-to-defmt to other-facilities section
This commit is contained in:
parent
cab10885de
commit
f5ab686e9b
@ -80,6 +80,7 @@ There are many available implementations to choose from, here are some options:
|
||||
* [`android_log`](https://docs.rs/android_log/*/android_log/)
|
||||
* [`win_dbg_logger`](https://docs.rs/win_dbg_logger/*/win_dbg_logger/)
|
||||
* [`db_logger`](https://docs.rs/db_logger/*/db_logger/)
|
||||
* [`log-to-defmt`](https://docs.rs/log-to-defmt/*/log_to_defmt/)
|
||||
* For WebAssembly binaries:
|
||||
* [`console_log`](https://docs.rs/console_log/*/console_log/)
|
||||
* For dynamic libraries:
|
||||
|
@ -148,6 +148,7 @@
|
||||
//! * [android_log]
|
||||
//! * [win_dbg_logger]
|
||||
//! * [db_logger]
|
||||
//! * [log-to-defmt]
|
||||
//! * For WebAssembly binaries:
|
||||
//! * [console_log]
|
||||
//! * For dynamic libraries:
|
||||
@ -313,6 +314,7 @@
|
||||
//! [android_log]: https://docs.rs/android_log/*/android_log/
|
||||
//! [win_dbg_logger]: https://docs.rs/win_dbg_logger/*/win_dbg_logger/
|
||||
//! [db_logger]: https://docs.rs/db_logger/*/db_logger/
|
||||
//! [log-to-defmt]: https://docs.rs/log-to-defmt/*/log_to_defmt/
|
||||
//! [console_log]: https://docs.rs/console_log/*/console_log/
|
||||
//! [structured-logger]: https://docs.rs/structured-logger/latest/structured_logger/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user