macro_rules! scoped_info {
($name:expr) => { ... };
}Expand description
Log entering and exiting a scope at INFO level, with timing. Usage: let _scope = scoped_info!(“my_scope”);
macro_rules! scoped_info {
($name:expr) => { ... };
}Log entering and exiting a scope at INFO level, with timing. Usage: let _scope = scoped_info!(“my_scope”);