macro_rules! log_debug {
($($arg:tt)*) => { ... };
}Expand description
Format args and emit at debug level (only shown with --verbose).
macro_rules! log_debug {
($($arg:tt)*) => { ... };
}Format args and emit at debug level (only shown with --verbose).