log-tracing-layer 0.1.3

Build your own custom tracing layer.
Documentation

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.