//! Structured, context-aware logging built on `tracing`.
//!
//! An injectable [`Logger`](crate::Logger) writes context-tagged records with a
//! fluent field API. In development the output is a colored, NestJS-style console;
//! in production it is one flat JSON object per line. HTTP requests, startup, and
//! the application lifecycle are logged automatically.
pub use ;
pub use LogEvent;
pub use Logger;
pub use LogSpan;
pub use install;