Skip to main content

Crate tracing_pbar

Crate tracing_pbar 

Source
Expand description

§tracing-pbar

Common tracing layers preconfigured.

Enable/disable the layers with Cargo features.

Cargo FeatureDescriptionEnabled by default?
linesLogging lines to a file/stdout/stderr🟢
otelOpenTelemetry support
consoletokio-console support

Modules§

lines
Logging lines to a file/stdout/stderr.

Structs§

TracingConfig
All-in-one config for tracing layers.
TracingConfigBuilder
Use builder syntax to set the required parameters and finish by calling the method Self::build().

Type Aliases§

BoxLayer
Type-erased Layer for ease of construction.