Macro logfmt

Source
macro_rules! logfmt {
    ($($arg:tt)*) => { ... };
}
Expand description

Print a formatted message to debug output