//! Internal logging utilities.
//!//! Re-exports `tracing` macros for use throughout the crate.
// NOTE: This module is `pub(crate)` — it is an internal implementation
// detail and not part of the public API.
pub(crate)usetracing::{debug, info, trace, warn};