attach_output(
self,
*,
notice: HookNoticeCallback | None,
status: HookStatusCallback | None = None
) -> None| Name | Type | Description |
|---|---|---|
notice* | HookNoticeCallback | None | Sink for user-visible notices. |
status | HookStatusCallback | None | Default: NoneSink for transient hook-owned status text. |
Route hook notices, diagnostics, and progress to a client's UI.
For callers handed a manager that was loaded before their UI existed. Load diagnostics are re-presented so anything the earlier load could only log now reaches the user.