[][src]Function tracing_facade::record_event

pub fn record_event(event: Event)

Records an Event to the installed Tracer.

If a Tracer has been installed, invokes Tracer::record_event on it. Otherwise, does nothing.