Uses of Class
org.apache.logging.log4j.spi.Provider
-
Packages that use Provider Package Description org.apache.logging.log4j.core.impl Log4j 2 private implementation classes.org.apache.logging.log4j.tojul Java JDK java.util.logging (JUL) bridge.org.apache.logging.log4j.util Internal utility classes for the Log4j 2 API.org.apache.logging.slf4j SLF4J support. -
-
Uses of Provider in org.apache.logging.log4j.core.impl
Subclasses of Provider in org.apache.logging.log4j.core.impl Modifier and Type Class Description class
Log4jProvider
Binding for the Log4j API. -
Uses of Provider in org.apache.logging.log4j.tojul
Subclasses of Provider in org.apache.logging.log4j.tojul Modifier and Type Class Description class
JULProvider
Bind the Log4j API to JUL. -
Uses of Provider in org.apache.logging.log4j.util
Fields in org.apache.logging.log4j.util declared as Provider Modifier and Type Field Description private Provider
ProviderActivator. provider
Fields in org.apache.logging.log4j.util with type parameters of type Provider Modifier and Type Field Description private org.osgi.framework.ServiceRegistration<Provider>
ProviderActivator. providerRegistration
protected static java.util.Collection<Provider>
ProviderUtil. PROVIDERS
Loaded providers.Methods in org.apache.logging.log4j.util that return types with arguments of type Provider Modifier and Type Method Description static java.lang.Iterable<Provider>
ProviderUtil. getProviders()
Methods in org.apache.logging.log4j.util with parameters of type Provider Modifier and Type Method Description protected static void
ProviderUtil. addProvider(Provider provider)
Constructors in org.apache.logging.log4j.util with parameters of type Provider Constructor Description ProviderActivator(Provider provider)
-
Uses of Provider in org.apache.logging.slf4j
Subclasses of Provider in org.apache.logging.slf4j Modifier and Type Class Description class
SLF4JProvider
Bind the Log4j API to SLF4J.
-