See this conversation.
We currently don't have any (structured) logging in the standard library. What would that look like? I imagine, a split similar to HTTP, where you can build the logging info into a struct with standard library functions, whereafter you use Dbg, or a function from the host platform like a file logging function.
Thoughts?
Last updated: Sep 03 2026 at 15:16 UTC