attach_output(
self,
*,
notice: HookNoticeCallback | None,
status: HookStatusCallback | None = None| Name | Type | Description |
|---|---|---|
notice* | HookNoticeCallback | None | |
status | HookStatusCallback | None | Default: None |
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.
Sink for user-visible notices.
Sink for transient hook-owned status text.