org.springframework.boot.logging.log4j2

Class SpringBootConfigurationFactory

  • java.lang.Object
    • org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilderFactory
      • org.apache.logging.log4j.core.config.ConfigurationFactory
        • org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory


  • @Plugin(name="SpringBootConfigurationFactory",
            category="ConfigurationFactory")
    public class SpringBootConfigurationFactory
    extends org.apache.logging.log4j.core.config.ConfigurationFactory
    Spring Boot ConfigurationFactory that customizes Log4J2's default configuration to:
    1. Prevent logger warnings from being printed when the application first starts.
    2. Disable its shutdown hook
    This factory is ordered last and is triggered by a log4j2.springboot classpath resource (which is bundled in this jar). If the Log4J2LoggingSystem is active, a custom DefaultConfiguration is returned with the expectation that the system will later re-initialize Log4J2 with the correct configuration file.
    Since:
    1.5.0
    Author:
    Phillip Webb
    • Field Summary

      • Fields inherited from class org.apache.logging.log4j.core.config.ConfigurationFactory

        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 and Description
      org.apache.logging.log4j.core.config.Configuration getConfiguration(org.apache.logging.log4j.core.LoggerContext loggerContext, org.apache.logging.log4j.core.config.ConfigurationSource source) 
      protected String[] getSupportedTypes() 
      • Methods inherited from class org.apache.logging.log4j.core.config.ConfigurationFactory

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

        newConfigurationBuilder, newConfigurationBuilder
    • Constructor Detail

      • SpringBootConfigurationFactory

        public SpringBootConfigurationFactory()
    • Method Detail

      • getSupportedTypes

        protected 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

Copyright © 2019 Pivotal Software, Inc.. All rights reserved.