Macro format_str_log

Source
macro_rules! format_str_log {
    ($info:tt,$iv:expr,$($arg:tt)+) => { ... };
}