Skip to content

Commit

Permalink
Add Ftail logger to lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tjardoo committed Dec 21, 2024
1 parent bbbd142 commit 9b9c32c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
//! * [call_logger]
//! * [structured-logger]
//! * [clang_log]
//! * [ftail]
//! * Complex configurable frameworks:
//! * [log4rs]
//! * [logforth]
Expand Down Expand Up @@ -336,6 +337,7 @@
//! [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
//! [ftail]: https://docs.rs/ftail/latest/ftail
#![doc(
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
Expand Down

0 comments on commit 9b9c32c

Please sign in to comment.