pub fn register(callsite: &'static dyn Callsite)Available on crate feature
tracing only.Expand description
Register a new Callsite with the global registry.
This should be called once per callsite after the callsite has been constructed.
See the documentation on callsite registration for details on the global callsite registry.