macro_rules! trace {
(target: $target:expr, $($arg:tt)+) => { ... };
($($arg:tt)+) => { ... };
() => { ... };
}
Expand description
Alias for trace logs.
macro_rules! trace {
(target: $target:expr, $($arg:tt)+) => { ... };
($($arg:tt)+) => { ... };
() => { ... };
}
Alias for trace logs.