Workspace Logger Structured, level-keyed, field-oriented logging for library code. Modeled on Rust's . Completes the story: errors are structured data; level lives at the call site. Where it lives All of it ships from : , , , , and the types. Runtime-agnostic, browser-safe. No file sink in-process: durability is a host concern (shell redirect, systemd journal, Cloudflare tail). The library emits to ; the operator decides where stdout/stderr go. Quickstart The 5 levels . No : process termination is the app's call, not the library's. | Level | Signature | Use for | |---|---|---| | | | Per-token…