[][src]Macro penrose::debug

macro_rules! debug {
    ($msg:expr) => { ... };
    ($fmt:expr, $($arg:expr),*) => { ... };
}

Log an DBUG level message to stderr if we were compiled in debug