Function printer_logger

Source
pub fn printer_logger<W>(
    out: W,
    color: bool,
) -> TapeMachineLogger<impl TapeMachine<InstructionSet>>
where W: Write + Send + 'static,