macro_rules! log_println {
() => { ... };
($($arg:tt)*) => { ... };
}Expand description
Like println! but also writes to the log file.
macro_rules! log_println {
() => { ... };
($($arg:tt)*) => { ... };
}Like println! but also writes to the log file.