public final class TracerRegistry extends Object
The tracer registry is a singleton class that stores created tracer objects
The purpose of the tracer registry is to enable a user to find tracer objects by name at runtime
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the tracer registry
|
Tracer |
get(String name)
Get a tracer from the registry.
|
static TracerRegistry |
getInstance()
Return the singleton tracer registry instance
|
public static TracerRegistry getInstance()
public final Tracer get(String name)
name - The fully qualified name of the tracer.public final void clear()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.