Expand description
§tracing-pbar
Common tracing layers preconfigured.
Enable/disable the layers with Cargo features.
| Cargo Feature | Description | Enabled by default? |
|---|---|---|
lines | Logging lines to a file/stdout/stderr | 🟢 |
otel | OpenTelemetry support | |
console | tokio-console support |
Modules§
- lines
- Logging lines to a file/stdout/stderr.
Structs§
- Tracing
Config - All-in-one config for
tracinglayers. - Tracing
Config Builder - Use builder syntax to set the required parameters and finish by calling the method
Self::build().
Type Aliases§
- BoxLayer
- Type-erased
Layerfor ease of construction.