From 5250770afe3d9de36cbebe639cbbe7c51d6fedcc Mon Sep 17 00:00:00 2001 From: Everett Pompeii Date: Tue, 12 Dec 2023 14:34:59 -0500 Subject: [PATCH] logo --- readme.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 67d688a..bf0d9bc 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,13 @@ -# trace4rs +

+ + 👁️ trace4rs + + trace4rs +

This crate allows users to configure output from [`tracing`](docs.rs/tracing) in the same way as you would configure the @@ -10,13 +19,13 @@ For a usage example see the `examples` folder or `src/test.rs`. ### Benchmarks & Results -log4rs vs trace4rs for trace4rs - Bencher - The takeaway is that the actual appenders are roughly equivalent in performance. However, when using the `tracing` macros vs the `log` macros the appender performance is roughly 2 orders of magnitude larger. See for yourself with `cargo bench --features tracing-macros` +log4rs vs trace4rs for trace4rs - Bencher + ## Dev suggestions - `cargo install cargo-binstall`