Zebra/zebrad/src/components/tracing.rs

10 lines
188 B
Rust

//! Tracing and logging infrastructure for Zebra.
mod component;
mod endpoint;
mod flame;
pub use component::Tracing;
pub use endpoint::TracingEndpoint;
pub use flame::{layer, Grapher};