Module telemetry

Module telemetry 

Source
Expand description

§Telemetry

Structs§

Formatter

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”