macro_rules! tracef { ($($arg:tt)*) => { ... }; }
Formats and prints a trace message prefixed with module path and line number.
Equivalent to C++ TRACEF.
TRACEF
tracef!("initialized with value {}\n", val);