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.
macro_rules! debug_error {
( $($x:tt)+ ) => { ... };
}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.