Skip to main content

debug_error

Macro debug_error 

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

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