Class StartupConfigurationFactory


  • @Plugin(category="ConfigurationFactory",
            name="StartupConfigurationFactory")
    public class StartupConfigurationFactory
    extends org.apache.logging.log4j.core.config.ConfigurationFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Collection<org.apache.logging.log4j.core.Appender> staticAppenders  
      static Collection<org.apache.logging.log4j.core.config.LoggerConfig> staticLoggerConfigs  
      • Fields inherited from class org.apache.logging.log4j.core.config.ConfigurationFactory

        AUTHORIZATION_PROVIDER, CATEGORY, CONFIGURATION_FACTORY_PROPERTY, CONFIGURATION_FILE_PROPERTY, DEFAULT_PREFIX, LOGGER, substitutor, TEST_PREFIX
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.logging.log4j.core.config.Configuration getConfiguration​(org.apache.logging.log4j.core.LoggerContext loggerContext, org.apache.logging.log4j.core.config.ConfigurationSource source)  
      String[] getSupportedTypes()  
      • Methods inherited from class org.apache.logging.log4j.core.config.ConfigurationFactory

        getAuthorizationProvider, getConfiguration, getConfiguration, getInputFromString, getInstance, isActive, removeConfigurationFactory, resetConfigurationFactory, setConfigurationFactory
      • Methods inherited from class org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilderFactory

        newConfigurationBuilder, newConfigurationBuilder
    • Field Detail

      • staticAppenders

        public static final Collection<org.apache.logging.log4j.core.Appender> staticAppenders
      • staticLoggerConfigs

        public static final Collection<org.apache.logging.log4j.core.config.LoggerConfig> staticLoggerConfigs
    • Constructor Detail

      • StartupConfigurationFactory

        public StartupConfigurationFactory()
    • Method Detail

      • getSupportedTypes

        public String[] getSupportedTypes()
        Specified by:
        getSupportedTypes in class org.apache.logging.log4j.core.config.ConfigurationFactory
      • getConfiguration

        public org.apache.logging.log4j.core.config.Configuration getConfiguration​(org.apache.logging.log4j.core.LoggerContext loggerContext,
                                                                                   org.apache.logging.log4j.core.config.ConfigurationSource source)
        Specified by:
        getConfiguration in class org.apache.logging.log4j.core.config.ConfigurationFactory