globalTracer function
GlobalTracer returns the global singleton AbstractTracer implementation.
Before initGlobalTracer() is called, the GlobalTracer() is a noop
implementation that drops all data handed to it.
Implementation
AbstractTracer globalTracer() {
return _GlobalTracer().tracer;
}