# log-tracing-layer
[](https://github.com/robertohuertasm/log-tracing-layer/blob/master/LICENSE)
[](https://crates.io/crates/log-tracing-layer)
[](https://docs.rs/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
- [Datadog: dd-tracing-layer](https://docs.rs/dd-tracing-layer)
## How to use it
Feel free to look at the [dd-tracing-layer](https://docs.rs/dd-tracing-layer) crate to see how to use this crate, but basically, you need to provide a [`LogIngestor`] implementation.