Crate wgpu_subscriber

Source
Expand description

Easy to use tracing subscribers tuned to usage in wgpu.

initialize_default_subscriber will set everything up in a default configuration.

Subscribers:

Structs§

ChromeTracingLayer
A layer to add to a tracing_subscriber::Registry to output to a chrome trace.
FmtLayer
Output messages to standard streams.

Functions§

initialize_default_subscriber
Set up the “standard” logger.