mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
350c9633fe
* Conditionally lift API logging from trace to info level Most of this logging used to be info level until I demoted it to trace. Unfortunately this gets in my way because: - Most of the logging I currently need is these API entry points, there is is a fair amount of more verbose logging in wgpu at higher levels than trace - Firefox disable all trace and debug logging for optimized builds, which means I miss the this API logging where I need most. This patch lifts the api logging back to info level. * Move the api logging behind the api_log macro |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE.APACHE | ||
LICENSE.MIT |