macro_rules! kxprintln { ($printer:expr, $($arg:tt)*) => { ... }; }
Macro to print the expression to the Printer with a trailing newline.
Printer