Expand description
§Telemetry
Structs§
Functions§
- initialize_
tracing - Initialize tracing using the above custom formatter with the default “trace” directive, if RUST_LOG is not set.
- initialize_
tracing_ with_ directive - Initialize tracing using the above custom formatter, using the tracing directive. something like “{level},{abc}={level},{xyz}={level}” where {level} is one of “tracing,debug,info,warn,error”