org.slf4j.profiler

Class ProfilerRegistry

public class ProfilerRegistry extends Object

A minimalist registry of profilers.

Author: Ceki Gülcü

Method Summary
voidclear()
Profilerget(String name)
static ProfilerRegistrygetThreadContextInstance()
voidput(Profiler profiler)
voidput(String name, Profiler profiler)

Method Detail

clear

public void clear()

get

public Profiler get(String name)

getThreadContextInstance

public static ProfilerRegistry getThreadContextInstance()

put

public void put(Profiler profiler)

put

public void put(String name, Profiler profiler)
Copyright © 2005-2009 QOS.ch. All Rights Reserved.