debugf

Macro debugf 

Source
macro_rules! debugf {
    ($action:expr, $($arg:tt)*) => { ... };
}
Expand description

Debug with format string support (only shown when LOG_LEVEL=debug)