Macro debug_to_file

Source
macro_rules! debug_to_file {
    ($($arg:tt)*) => { ... };
}