Uses of Interface
org.apache.logging.log4j.core.util.ContextDataProvider
-
Packages that use ContextDataProvider Package Description org.apache.logging.log4j.core.impl org.apache.logging.log4j.core.osgi -
-
Uses of ContextDataProvider in org.apache.logging.log4j.core.impl
Classes in org.apache.logging.log4j.core.impl that implement ContextDataProvider Modifier and Type Class Description classThreadContextDataProviderContextDataProvider for ThreadContext data.Fields in org.apache.logging.log4j.core.impl with type parameters of type ContextDataProvider Modifier and Type Field Description static java.util.Collection<ContextDataProvider>ThreadContextDataInjector. contextDataProvidersContextDataProviders loaded via OSGi.(package private) java.util.List<ContextDataProvider>ThreadContextDataInjector.AbstractContextDataInjector. providersprivate static java.util.List<ContextDataProvider>ThreadContextDataInjector. SERVICE_PROVIDERSMethods in org.apache.logging.log4j.core.impl that return types with arguments of type ContextDataProvider Modifier and Type Method Description private static java.util.List<ContextDataProvider>ThreadContextDataInjector. getProviders()private static java.util.List<ContextDataProvider>ThreadContextDataInjector. getServiceProviders() -
Uses of ContextDataProvider in org.apache.logging.log4j.core.osgi
Fields in org.apache.logging.log4j.core.osgi with type parameters of type ContextDataProvider Modifier and Type Field Description private org.osgi.framework.ServiceRegistration<ContextDataProvider>Activator. contextDataRegistration
-