macro_rules! ltrace {
() => { ... };
($($stmt:tt)+) => { ... };
}Expand description
Prints current module path and line (TRACE) if LOCAL_TRACE >= 1.
Equivalent to C++ LTRACE.
macro_rules! ltrace {
() => { ... };
($($stmt:tt)+) => { ... };
}Prints current module path and line (TRACE) if LOCAL_TRACE >= 1.
Equivalent to C++ LTRACE.