with_logger

Function with_logger 

Source
pub fn with_logger<F, R>(f: F) -> R
where F: FnOnce(&Logger) -> R,
Expand description

Execute a closure with the reference to Logger associated with the current scope.