Uses of Class
org.apache.logging.log4j.spi.Provider
-
Packages that use Provider Package Description org.apache.logging.log4j.core.impl org.apache.logging.log4j.simple.internal org.apache.logging.log4j.util -
-
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.simple.internal
Subclasses of Provider in org.apache.logging.log4j.simple.internal Modifier and Type Class Description classSimpleProviderAProviderimplementation to useSimpleLoggerContext. -
Uses of Provider in org.apache.logging.log4j.util
Methods in org.apache.logging.log4j.util that return Provider Modifier and Type Method Description static ProviderProviderUtil. getProvider()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()Constructors in org.apache.logging.log4j.util with parameters of type Provider Constructor Description ProviderActivator(Provider provider)
-