Macro axlog::ax_print

source ·
macro_rules! ax_print {
    ($($arg:tt)*) => { ... };
}
Expand description

Prints to the console.

Equivalent to the ax_println! macro except that a newline is not printed at the end of the message.