macro_rules! trace {
($l:expr, #$tag:expr, $($args:tt)+) => { ... };
($l:expr, $($args:tt)+) => { ... };
}
Expand description
Log trace level record
See log
for documentation.
macro_rules! trace {
($l:expr, #$tag:expr, $($args:tt)+) => { ... };
($l:expr, $($args:tt)+) => { ... };
}
Log trace level record
See log
for documentation.