Skip to content

Commit

Permalink
Merge pull request #646 from DDAN-17/master
Browse files Browse the repository at this point in the history
Add clang_log implementation
  • Loading branch information
KodrAus authored Nov 28, 2024
2 parents 9078735 + 937fc27 commit 8abe775
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ There are many available implementations to choose from, here are some options:
* [`call_logger`](https://docs.rs/call_logger/*/call_logger/)
* [`std-logger`](https://docs.rs/std-logger/*/std_logger/)
* [`structured-logger`](https://docs.rs/structured-logger/latest/structured_logger/)
* [`clang_log`](https://docs.rs/clang_log/latest/clang_log)
* Complex configurable frameworks:
* [`log4rs`](https://docs.rs/log4rs/*/log4rs/)
* [`logforth`](https://docs.rs/logforth/*/logforth/)
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
//! * [flexi_logger]
//! * [call_logger]
//! * [structured-logger]
//! * [clang_log]
//! * Complex configurable frameworks:
//! * [log4rs]
//! * [logforth]
Expand Down Expand Up @@ -334,6 +335,7 @@
//! [logcontrol-log]: https://docs.rs/logcontrol-log/*/logcontrol_log/
//! [log_err]: https://docs.rs/log_err/*/log_err/
//! [log-reload]: https://docs.rs/log-reload/*/log_reload/
//! [clang_log]: https://docs.rs/clang_log/latest/clang_log
#![doc(
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
Expand Down

0 comments on commit 8abe775

Please sign in to comment.