//! `log.info / warn / error / debug` bindings exposed to Rhai scripts. //! //! Captures structured log entries into a per-execution buffer that is //! attached to the `ExecResponse` and persisted by the manager. // Implementation lands with the engine wiring.