macro_rules! rlog {
($level:ident, $($arg:tt)+) => { ... };
}Expand description
Log with format!-style syntax. No-op before init().
Usage: rlog!(info, "baresip pid={}", pid);
macro_rules! rlog {
($level:ident, $($arg:tt)+) => { ... };
}Log with format!-style syntax. No-op before init().
Usage: rlog!(info, "baresip pid={}", pid);