Expand description
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§
- Chrome
Tracing Layer - A layer to add to a
tracing_subscriber::Registryto output to a chrome trace. - FmtLayer
- Output messages to standard streams.
Functions§
- initialize_
default_ subscriber - Set up the “standard” logger.