print

Macro print 

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

Print macro that uses Printers to write formatted output