Macro log_debug

Source
macro_rules! log_debug {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($args:expr),*) => { ... };
}