SpringBootConfigurationFactory
@Plugin(name = "SpringBootConfigurationFactory", category = ConfigurationFactory.CATEGORY)
Spring Boot ConfigurationFactory that customizes Log4J2's default configuration to:
- Prevent logger warnings from being printed when the application first starts.
log4j2.springboot
classpath resource (which is bundled in this jar). If the Log4J2LoggingSystem is active, a DefaultConfiguration is returned with the expectation that the system will later re-initialize Log4J2 with the correct configuration file.Author
Phillip Webb
Since
1.5.0
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <T : BuiltConfiguration?> newConfigurationBuilder(clazz: Class<T>): ConfigurationBuilder<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard