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