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 classLog4jProviderBinding 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 java.util.Collection<Provider>ProviderUtil. PROVIDERSLoaded 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 voidProviderUtil. addProvider(Provider provider) -
Uses of Provider in org.apache.logging.slf4j
Subclasses of Provider in org.apache.logging.slf4j Modifier and Type Class Description classSLF4JProviderBind the Log4j API to SLF4J.
-