macro_rules! println { ($($arg:tt)*) => { ... }; }
Macro that behaves like println!, but if writing fails, returns Box.