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.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.util
Fields in org.apache.logging.log4j.util with type parameters of type Provider Modifier and Type Field Description protected static 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 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)
-
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.
-