Class SpringBootPropertySource
java.lang.Object
org.springframework.boot.logging.log4j2.SpringBootPropertySource
- All Implemented Interfaces:
 org.apache.logging.log4j.util.PropertySource
public class SpringBootPropertySource
extends Object
implements org.apache.logging.log4j.util.PropertySource
Spring Boot 
PropertySource that disables Log4j2's shutdown hook.- Since:
 - 2.5.2
 - Author:
 - Andy Wilkinson
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.logging.log4j.util.PropertySource
org.apache.logging.log4j.util.PropertySource.Comparator, org.apache.logging.log4j.util.PropertySource.Util - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsProperty(String key) voidgetNormalForm(Iterable<? extends CharSequence> tokens) intgetProperty(String key)  
- 
Constructor Details
- 
SpringBootPropertySource
public SpringBootPropertySource() 
 - 
 - 
Method Details
- 
forEach
- Specified by:
 forEachin interfaceorg.apache.logging.log4j.util.PropertySource
 - 
getNormalForm
- Specified by:
 getNormalFormin interfaceorg.apache.logging.log4j.util.PropertySource
 - 
getPriority
public int getPriority()- Specified by:
 getPriorityin interfaceorg.apache.logging.log4j.util.PropertySource
 - 
getProperty
- Specified by:
 getPropertyin interfaceorg.apache.logging.log4j.util.PropertySource
 - 
containsProperty
- Specified by:
 containsPropertyin interfaceorg.apache.logging.log4j.util.PropertySource
 - 
getPropertyNames
- Specified by:
 getPropertyNamesin interfaceorg.apache.logging.log4j.util.PropertySource
 
 -