@Plugin(name="JsonConfigurationFactory", category="ConfigurationFactory") public class JsonConfigurationFactory extends ConfigurationFactory
Modifier and Type | Field and Description |
---|---|
private static java.lang.String[] |
dependencies |
private boolean |
isActive |
private static java.lang.String[] |
SUFFIXES
The file extensions supported by this factory.
|
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 and Description |
---|
JsonConfigurationFactory() |
Modifier and Type | Method and Description |
---|---|
Configuration |
getConfiguration(LoggerContext loggerContext,
ConfigurationSource source) |
java.lang.String[] |
getSupportedTypes() |
protected boolean |
isActive() |
authorizationProvider, getAuthorizationProvider, getConfiguration, getConfiguration, getDefaultPrefix, getInputFromString, getInstance, getTestPrefix, getVersion, removeConfigurationFactory, resetConfigurationFactory, setConfigurationFactory
newConfigurationBuilder, newConfigurationBuilder
private static final java.lang.String[] SUFFIXES
private static final java.lang.String[] dependencies
private final boolean isActive
protected boolean isActive()
isActive
in class ConfigurationFactory
public Configuration getConfiguration(LoggerContext loggerContext, ConfigurationSource source)
getConfiguration
in class ConfigurationFactory
public java.lang.String[] getSupportedTypes()
getSupportedTypes
in class ConfigurationFactory