[−][src]Crate wgpu_subscriber
Easy to use tracing subscribers tuned to usage in wgpu.
initialize_default_subscriber
will set everything up
in a default configuration.
Subscribers:
ChromeTracingLayer
: Output to chrome tracing formatFmtLayer
: Formatted output to stderr/stdout.
Structs
ChromeTracingLayer | A layer to add to a |
FmtLayer | Output messages to standard streams. |
Functions
initialize_default_subscriber | Set up the "standard" logger. |