Macro upm::log [] [src]

macro_rules! log {
    ($($arg:tt)*) => { ... };
}

Log formatted messages to stderr, but only for debug builds.