pub fn initialize_tracing_with_directive(directive: impl AsRef<str>)Expand description
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”