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

#492 in Development tools

Download history 30/week @ 2024-11-16 10/week @ 2024-11-23 97/week @ 2024-11-30 83/week @ 2024-12-07 26/week @ 2024-12-14 9/week @ 2024-12-21 1/week @ 2024-12-28 21/week @ 2025-01-04 26/week @ 2025-01-11 52/week @ 2025-01-18 25/week @ 2025-01-25 55/week @ 2025-02-01 133/week @ 2025-02-08 91/week @ 2025-02-15 30/week @ 2025-02-22 22/week @ 2025-03-01

297 downloads per month
Used in 2 crates

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