From a872bf8919a6ee6b83d4c2f732d825ed3fa9d452 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Tue, 11 Apr 2023 11:38:11 +0200 Subject: [PATCH 1/2] Add std-logger to list of implementations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7295bf716..ddbebdf24 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ There are many available implementations to choose from, here are some of the mo * [`stderrlog`](https://docs.rs/stderrlog/*/stderrlog/) * [`flexi_logger`](https://docs.rs/flexi_logger/*/flexi_logger/) * [`call_logger`](https://docs.rs/call_logger/*/call_logger/) + * [`std-logger`](https://docs.rs/std-logger/*/std-logger/) * Complex configurable frameworks: * [`log4rs`](https://docs.rs/log4rs/*/log4rs/) * [`fern`](https://docs.rs/fern/*/fern/) From 025815880a7dbe814ffe57bb52cfce0041ec194e Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Tue, 11 Apr 2023 12:57:25 +0200 Subject: [PATCH 2/2] Fix std-logger link Co-authored-by: Ashley Mannix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddbebdf24..e780b617a 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ There are many available implementations to choose from, here are some of the mo * [`stderrlog`](https://docs.rs/stderrlog/*/stderrlog/) * [`flexi_logger`](https://docs.rs/flexi_logger/*/flexi_logger/) * [`call_logger`](https://docs.rs/call_logger/*/call_logger/) - * [`std-logger`](https://docs.rs/std-logger/*/std-logger/) + * [`std-logger`](https://docs.rs/std-logger/*/std_logger/) * Complex configurable frameworks: * [`log4rs`](https://docs.rs/log4rs/*/log4rs/) * [`fern`](https://docs.rs/fern/*/fern/)