Module layer

Module layer 

Source
Expand description

Contains layers used in this crate’s subscriber for node diagnostics.

Structs§

FlamegraphLayer
A tracing_subscriber::Layer for generating a flamegraph of tracked Spans.
LogLayer
A tracing_subscriber::Layer for replicating the logging functionality in fern_logger without using the log crate as the global subscriber.

Functions§

flamegraph_layer
Creates a new FlamegraphLayer.
log_layer
Creates a new LogLayer, using the parameters provided by the given LoggerConfig.