macro_rules! kiprintln {
() => { ... };
($($arg:tt)*) => { ... };
}
Expand description
Uses the print_to_terminal
function from the WIT interface on maximally-verbose
mode, i.e., this print will always show up in the terminal. To control
the verbosity, use the print_to_terminal
function directly.