SessionIoRetryLogger typedef
SessionIoRetryLogger =
void Function(String message)
Host diagnostic sink for retry lines. Hosts wire their existing
diagnostic log (the CLI's _logDiagnostic → ~/.fah/logs/fa.log);
null keeps retries silent.
Implementation
typedef SessionIoRetryLogger = void Function(String message);