macro_rules! enter {
() => { ... };
($($msg:expr),+) => { ... };
}
Expand description
ENTER macro which uses traceln!
Prints with the following format: file!:line! - ENTER: [arg_name=arg_value]
It is assumed to be used to wrap function call so all arguments are stringified, if any