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ü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfilerRegistry
public ProfilerRegistry()
put
public void put(Profiler profiler)
put
public void put(String name,
Profiler profiler)
getThreadContextInstance
public static ProfilerRegistry getThreadContextInstance()
get
public Profiler get(String name)
clear
public void clear()
Copyright © 2005-2009 QOS.ch. All Rights Reserved.