12 unstable releases (3 breaking)
0.4.0 | Sep 18, 2024 |
---|---|
0.3.0 | Dec 24, 2023 |
0.2.0 | Oct 4, 2023 |
0.1.8 | Sep 20, 2023 |
0.1.3 | Jan 31, 2023 |
#445 in Development tools
80 downloads per month
Used in 2 crates
11KB
191 lines
log-tracing-layer
A tracing layer for logging events.
This is just a base library that can be used to create a custom tracing layer.
Libraries using this crate
How to use it
Feel free to look at the dd-tracing-layer crate to see how to use this crate, but basically, you need to provide a LogIngestor
implementation.
lib.rs
:
A tracing layer for logging events.
This is a base library that can be used to create a custom tracing layer.
Libraries using this crate
How to use it
Feel free to look at the dd-tracing-layer crate to see how to use this crate, but basically, you need to provide a LogIngestor
implementation.
Dependencies
~5–11MB
~120K SLoC