Skip to content

Commit

Permalink
Merge pull request #652 from tjardoo/master
Browse files Browse the repository at this point in the history
Add Ftail implementation
  • Loading branch information
KodrAus authored Jan 9, 2025
2 parents c875606 + 9b9c32c commit 67e025a
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 @@ -72,6 +72,7 @@ There are many available implementations to choose from, here are some options:
* [`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)
* [`ftail`](https://docs.rs/ftail/latest/ftail/)
* 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 @@ -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 67e025a

Please sign in to comment.