macro_rules! debug_log_flush {
($($arg:tt)*) => { ... };
}Expand description
Debug log macro that also flushes (use sparingly, for important checkpoints).
macro_rules! debug_log_flush {
($($arg:tt)*) => { ... };
}Debug log macro that also flushes (use sparingly, for important checkpoints).