From 4c6c4c9cf5620f1c8869b07e0f1cd970b7a6e796 Mon Sep 17 00:00:00 2001 From: Kartavya Vashishtha Date: Sat, 19 Feb 2022 10:40:56 +0530 Subject: [PATCH] docs(readme): add mention to log_err --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 280fc2cbf..443705bf5 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ There are many available implementations to choose from, here are some of the mo * [`console_log`](https://docs.rs/console_log/*/console_log/) * For dynamic libraries: * 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/) Executables should choose a logger implementation and initialize it early in the runtime of the program. Logger implementations will typically include a