log_probe_tables

Documentation for eth_defi.erc_4626.deposit_probe.log_probe_tables function.

log_probe_tables(rows)

Log per-vault outcomes and aggregate outcome counts as tables.

The detailed table is emitted after results are persisted, allowing an operator to compare terminal output with the durable local status file.

Parameters

rows (list[eth_defi.erc_4626.deposit_probe.VaultDepositProbeOutput]) – Completed or skipped vault-probe rows.

Returns

None after logging both human-readable tables at info level.

Return type

None