DioxusLabs / blitz

High performance HTML and CSS renderer powered by WGPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logging integration

matthunz opened this issue · comments

As Blitz grows I think it'd be nice to have logging/tracing support to help locate issues.

In particular logging DOM, layout and accessibility changes would be great for tracking down bugs.

I feel like the two obvious picks would be either log or tracing, but both seem promising. If it is helpful to have structured logs (may be useful for code in elements/handlers?) I'd say tracing is our best bet.