Function maelstrom_util::log::file_logger

source ยท
pub fn file_logger(
    log_level: LogLevel,
    file: impl Write + Send + 'static
) -> Logger