macro_rules! debug_info {
( $($x:tt)+ ) => { ... };
}Expand description
Emits an informational event through debug-aware level control.
When extra debug logging is disabled, the event is demoted to DEBUG and
may be removed by compile-time filtering.