Skip to main content

debug_info

Macro debug_info 

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

Log message at the INFO level in debug-mode (when debug-assertions are enabled). In release-mode it becomes DEBUG level, and possibly subject to elision.