Skip to content

Commit

Permalink
Add "alterable_logger" link to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer-simon committed Sep 25, 2023
1 parent 35ee944 commit 26d21ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ There are many available implementations to choose from, here are some options:
* You may need to construct [an FFI-safe wrapper over `log`](https://github.com/rust-lang/log/issues/421) to initialize in your libraries.
* Utilities:
* [`log_err`](https://docs.rs/log_err/*/log_err/)
* [`alterable_logger`](https://docs.rs/alterable_logger/*/alterable_logger)

Executables should choose a logger implementation and initialize it early in the
runtime of the program. Logger implementations will typically include a
Expand Down

0 comments on commit 26d21ff

Please sign in to comment.