macro_rules! log_with_context {
($level:expr, $($field:tt)*) => { ... };
}
Expand description
Convenience macro for structured logging with context
macro_rules! log_with_context {
($level:expr, $($field:tt)*) => { ... };
}
Convenience macro for structured logging with context