| Crates.io | trace4rs-fmtorp |
| lib.rs | trace4rs-fmtorp |
| version | 0.6.0-rc |
| created_at | 2022-09-14 17:53:36.81992+00 |
| updated_at | 2023-11-30 20:23:54.270501+00 |
| description | Torpid formatting for trace4rs |
| homepage | |
| repository | https://github.com/imperva/trace4rs |
| max_upload_size | |
| id | 665964 |
| size | 8,651 |
This crate allows users to configure output from
tracing in the same way as you would configure the
output of log4rs.
For a usage example see the examples folder or src/test.rs.
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
cargo install cargo-binstallcargo install cargo-updatecargo install cargo-nextest