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) ProfilerRegistry
Profiler. profilerRegistry
Fields in org.slf4j.profiler with type parameters of type ProfilerRegistry Modifier and Type Field Description private static java.lang.InheritableThreadLocal<ProfilerRegistry>
ProfilerRegistry. inheritableThreadLocal
Methods in org.slf4j.profiler that return ProfilerRegistry Modifier and Type Method Description ProfilerRegistry
Profiler. getProfilerRegistry()
static ProfilerRegistry
ProfilerRegistry. getThreadContextInstance()
Methods in org.slf4j.profiler with parameters of type ProfilerRegistry Modifier and Type Method Description void
Profiler. registerWith(ProfilerRegistry profilerRegistry)
-