Skip to content

Commit

Permalink
Merge pull request #574 from chrysn-pull-requests/doc-log-to-defmt
Browse files Browse the repository at this point in the history
doc: Add log-to-defmt to other-facilities section
  • Loading branch information
KodrAus committed Aug 12, 2023
2 parents 6de3ccc + f5ab686 commit 4708f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Expand Up @@ -148,6 +148,7 @@
//! * [android_log]
//! * [win_dbg_logger]
//! * [db_logger]
//! * [log-to-defmt]
//! * For WebAssembly binaries:
//! * [console_log]
//! * For dynamic libraries:
Expand Down Expand Up @@ -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/

Expand Down

0 comments on commit 4708f14

Please sign in to comment.