Skip to main content

Module logging

Module logging 

Source
Expand description

Verbose logging helpers for the Datalog fixed-point computation.

These functions emit structured progress information when the user enables verbose output, making it easy to trace rule firings and convergence behavior.

Functionsยง

log_datalog_start ๐Ÿ”’
Emits an initial summary of inputs before rule evaluation starts.
log_final_results ๐Ÿ”’
Emits final dirty object/cluster/schema sets after convergence.
log_iteration ๐Ÿ”’
Emits per-iteration progress for dirty set growth.