Skip to main content

log_print

Macro log_print 

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

Like print! but also writes to the log file (no newline).