Smithay / calloop

A callback-based Event Loop
MIT License
177 stars 35 forks source link

tracing vs log #194

Closed joshka closed 3 months ago

joshka commented 3 months ago

I noticed when reading the code, there's a lot of log::trace!("[calloop] some message) calls. I wonder if you'd be ok with moving the lib to just use tracing (with a few small changes for structured values being reported).

Some things of note:

PR incoming that aligns with this.