macro_rules! err_log {
($out:ident, $level:ident, $($fields:tt)+) => { ... };
}Expand description
Renders an error message and sends its fields to tracing and the log bridge.
visit passes one ValueSet to both dispatch paths, then records its
fields into the caller’s output buffer. The surrounding err! expansion
uses that buffer to construct the error.