Macro pw_log::debugf

source ·
macro_rules! debugf {
    ($($args:expr),*) => { ... };
}
Expand description

Emit a debug level log message using printf format string semantics.

use pw_log::debugf;

debugf!("Log Fact: The American toy Lincoln Logs were inspired by the %s in %s.",
    "Imperial Hotel", "Tokyo");