Macro debug_log

Source
macro_rules! debug_log {
    ($file:expr, $($arg:tt)*) => { ... };
}