Macro utils::line_info

source ยท
macro_rules! line_info {
    () => { ... };
}
Expand description

Print the file and line number of the location this macro is invoked

Note: temporarily prints only a null string to reduce verbosity of logging