Macro pw_log::errorf

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

Emit an error level log message using printf format string semantics.

use pw_log::errorf;

errorf!(
    "Log Fact: Before saws were invented, the %s was used prepare logs for use.",
    "adze");