Class XmlConfigurationFactory
- java.lang.Object
-
- org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilderFactory
-
- org.apache.logging.log4j.core.config.ConfigurationFactory
-
- org.apache.logging.log4j.core.config.xml.XmlConfigurationFactory
-
@Plugin(name="XmlConfigurationFactory", category="ConfigurationFactory") public class XmlConfigurationFactory extends ConfigurationFactory
Factory to construct an XmlConfiguration.
-
-
Field Summary
Fields Modifier and Type Field Description static String[]
SUFFIXES
Valid file extensions for XML files.-
Fields inherited from class org.apache.logging.log4j.core.config.ConfigurationFactory
AUTHORIZATION_PROVIDER, CATEGORY, CONFIGURATION_FACTORY_PROPERTY, CONFIGURATION_FILE_PROPERTY, DEFAULT_PREFIX, LOG4J1_CONFIGURATION_FILE_PROPERTY, LOG4J1_EXPERIMENTAL, LOG4J1_VERSION, LOG4J2_VERSION, LOGGER, substitutor, TEST_PREFIX
-
-
Constructor Summary
Constructors Constructor Description XmlConfigurationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Configuration
getConfiguration(LoggerContext loggerContext, ConfigurationSource source)
Returns the Configuration.String[]
getSupportedTypes()
Returns the file suffixes for XML files.-
Methods inherited from class org.apache.logging.log4j.core.config.ConfigurationFactory
authorizationProvider, getAuthorizationProvider, getConfiguration, getConfiguration, getDefaultPrefix, getInputFromString, getInstance, getTestPrefix, getVersion, isActive, removeConfigurationFactory, resetConfigurationFactory, setConfigurationFactory
-
Methods inherited from class org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilderFactory
newConfigurationBuilder, newConfigurationBuilder
-
-
-
-
Field Detail
-
SUFFIXES
public static final String[] SUFFIXES
Valid file extensions for XML files.
-
-
Method Detail
-
getConfiguration
public Configuration getConfiguration(LoggerContext loggerContext, ConfigurationSource source)
Returns the Configuration.- Specified by:
getConfiguration
in classConfigurationFactory
- Parameters:
loggerContext
- The logger context.source
- The InputSource.- Returns:
- The Configuration.
-
getSupportedTypes
public String[] getSupportedTypes()
Returns the file suffixes for XML files.- Specified by:
getSupportedTypes
in classConfigurationFactory
- Returns:
- An array of File extensions.
-
-