Class YamlConfigurationFactory
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.yaml.YamlConfigurationFactory
@Plugin(name="YamlConfigurationFactory",
category="ConfigurationFactory")
public class YamlConfigurationFactory
extends ConfigurationFactory
-
Field Summary
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
-
Method Summary
Modifier and TypeMethodDescriptiongetConfiguration
(LoggerContext loggerContext, ConfigurationSource source) String[]
protected boolean
isActive()
Methods inherited from class org.apache.logging.log4j.core.config.ConfigurationFactory
authorizationProvider, getAuthorizationProvider, getConfiguration, getConfiguration, getDefaultPrefix, getInputFromString, getInstance, getTestPrefix, getVersion, removeConfigurationFactory, resetConfigurationFactory, setConfigurationFactory
Methods inherited from class org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilderFactory
newConfigurationBuilder, newConfigurationBuilder
-
Constructor Details
-
YamlConfigurationFactory
public YamlConfigurationFactory()
-
-
Method Details
-
isActive
protected boolean isActive()- Overrides:
isActive
in classConfigurationFactory
-
getConfiguration
- Specified by:
getConfiguration
in classConfigurationFactory
-
getSupportedTypes
- Specified by:
getSupportedTypes
in classConfigurationFactory
-