Skip to main content

trace

Macro trace 

Source
macro_rules! trace {
    ($msg:literal; $($field:tt)+) => { ... };
    ($msg:literal, $($arg:expr),+; $($field:tt)+) => { ... };
    ($msg:literal, ? $($field:tt)+) => { ... };
    ($msg:literal, % $($field:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}