11 releases

0.3.0 Dec 24, 2023
0.2.0 Oct 4, 2023
0.1.8 Sep 20, 2023
0.1.3 Jan 31, 2023

#769 in Development tools

Download history 32/week @ 2024-04-02 7/week @ 2024-04-09 7/week @ 2024-04-16 19/week @ 2024-04-23 20/week @ 2024-04-30 154/week @ 2024-05-07 74/week @ 2024-05-14 41/week @ 2024-05-21 10/week @ 2024-05-28 34/week @ 2024-06-04 47/week @ 2024-06-11 126/week @ 2024-06-18 115/week @ 2024-06-25 94/week @ 2024-07-02 17/week @ 2024-07-09 39/week @ 2024-07-16

284 downloads per month
Used in dd-tracing-layer

MIT license

11KB
191 lines

log-tracing-layer

license crates.io docs.rs

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–7MB
~119K SLoC