neuralqx.utils.io.runtime_loggers package

class DeferredRuntimeLog

Bases: RuntimeLog

RuntimeLog variant that can defer history accumulation until flush.

When defer_accumulation is enabled, per-step payloads are stored as raw entries and converted into History objects only when flush(), serialize() or data access is requested.

Submodules