Uses of Class
org.slf4j.profiler.ProfilerRegistry
-
Packages that use ProfilerRegistry Package Description org.slf4j.profiler Poor man's profiler API -
-
Uses of ProfilerRegistry in org.slf4j.profiler
Fields in org.slf4j.profiler declared as ProfilerRegistry Modifier and Type Field Description (package private) ProfilerRegistryProfiler. profilerRegistryFields in org.slf4j.profiler with type parameters of type ProfilerRegistry Modifier and Type Field Description private static java.lang.InheritableThreadLocal<ProfilerRegistry>ProfilerRegistry. inheritableThreadLocalMethods in org.slf4j.profiler that return ProfilerRegistry Modifier and Type Method Description ProfilerRegistryProfiler. getProfilerRegistry()static ProfilerRegistryProfilerRegistry. getThreadContextInstance()Methods in org.slf4j.profiler with parameters of type ProfilerRegistry Modifier and Type Method Description voidProfiler. registerWith(ProfilerRegistry profilerRegistry)
-