println

Macro println 

Source
macro_rules! println {
    ($logger:expr, $($arg:tt)+) => { ... };
}
Expand description

Print macro that uses Printers to write formatted output with newline