Skip to main content

debug_warn

Macro debug_warn 

Source
macro_rules! debug_warn {
    ( $($x:tt)+ ) => { ... };
}
Expand description

Emits a warning 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.