Uses of Class
org.apache.logging.log4j.spi.Provider
-
Packages that use Provider Package Description org.apache.logging.log4j.util Internal utility classes for the Log4j 2 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)
Constructors in org.apache.logging.log4j.util with parameters of type Provider Constructor Description ProviderActivator(Provider provider)
-