public class Provider extends Object
META-INF/log4j-provider.properties file. Note that this class is automatically created by Log4j and should
not be used by providers.| Modifier and Type | Field and Description |
|---|---|
static String |
FACTORY_PRIORITY
Property name to set for a Log4j 2 provider to specify the priority of this implementation.
|
static String |
LOGGER_CONTEXT_FACTORY
Property name to set to the implementation of
LoggerContextFactory. |
static String |
THREAD_CONTEXT_MAP
Property name to set to the implementation of
ThreadContextMap. |
| Constructor and Description |
|---|
Provider(Properties props,
URL url,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the class name of the
LoggerContextFactory implementation of this
Provider. |
Integer |
getPriority()
Gets the priority (natural ordering) of this Provider.
|
String |
getThreadContextMap()
Gets the class name of the
ThreadContextMap implementation of this Provider. |
URL |
getUrl()
Gets the URL containing this Provider's Log4j details.
|
Class<? extends LoggerContextFactory> |
loadLoggerContextFactory()
Loads the
LoggerContextFactory class specified by this Provider. |
Class<? extends ThreadContextMap> |
loadThreadContextMap()
Loads the
ThreadContextMap class specified by this Provider. |
public static final String FACTORY_PRIORITY
public static final String THREAD_CONTEXT_MAP
ThreadContextMap.public static final String LOGGER_CONTEXT_FACTORY
LoggerContextFactory.public Provider(Properties props, URL url, ClassLoader classLoader)
public Integer getPriority()
public String getClassName()
LoggerContextFactory implementation of this
Provider.public Class<? extends LoggerContextFactory> loadLoggerContextFactory()
LoggerContextFactory class specified by this Provider.null if there was an error loading itpublic String getThreadContextMap()
ThreadContextMap implementation of this Provider.public Class<? extends ThreadContextMap> loadThreadContextMap()
ThreadContextMap class specified by this Provider.null if there was an error loading itpublic URL getUrl()
META-INF/log4j-provider.properties fileCopyright © 2006-2016 OPS4J - Open Participation Software for Java. All Rights Reserved.