Stream: ideas

Topic: Logging in the standard library


view this post on Zulip TeaDrinkingProgrammer (Aug 26 2026 at 07:02):

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