Module util

Source
Expand description

Bring Tracing’s event and span macros into scope, along with other sensible defaults.

Re-exports§

pub use crate::ForestLayer;
pub use tracing::metadata::LevelFilter;
pub use tracing::debug;
pub use tracing::debug_span;
pub use tracing::error;
pub use tracing::error_span;
pub use tracing::info;
pub use tracing::info_span;
pub use tracing::trace;
pub use tracing::trace_span;
pub use tracing::warn;
pub use tracing::warn_span;
pub use tracing::Event;
pub use tracing::Level;