Function maelstrom_util::log::run_with_logger

source ยท
pub fn run_with_logger<T>(log_level: LogLevel, f: impl FnOnce(Logger) -> T) -> T