Package org.slf4j.profiler
Class ProfilerRegistry
- java.lang.Object
-
- org.slf4j.profiler.ProfilerRegistry
-
public class ProfilerRegistry extends Object
A minimalist registry of profilers.- Author:
- Ceki Gülcü
-
-
Constructor Summary
Constructors Constructor Description ProfilerRegistry()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Profilerget(String name)static ProfilerRegistrygetThreadContextInstance()voidput(String name, Profiler profiler)voidput(Profiler profiler)
-