d_print

Macro d_print 

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

Deubg print macro that uses Printers to write formatted output

It is defined to empty macro unless debug_assertions is enabled