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 SummaryNested classes/interfaces inherited from interface org.apache.logging.log4j.util.PropertySourceorg.apache.logging.log4j.util.PropertySource.Comparator, org.apache.logging.log4j.util.PropertySource.Util
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancontainsProperty(String key) voidgetNormalForm(Iterable<? extends CharSequence> tokens) int@Nullable StringgetProperty(String key) 
- 
Constructor Details- 
SpringBootPropertySourcepublic SpringBootPropertySource()
 
- 
- 
Method Details- 
forEach
- 
getNormalForm- Specified by:
- getNormalFormin interface- org.apache.logging.log4j.util.PropertySource
 
- 
getPrioritypublic int getPriority()- Specified by:
- getPriorityin interface- org.apache.logging.log4j.util.PropertySource
 
- 
getProperty
- 
containsProperty- Specified by:
- containsPropertyin interface- org.apache.logging.log4j.util.PropertySource
 
- 
getPropertyNames- Specified by:
- getPropertyNamesin interface- org.apache.logging.log4j.util.PropertySource
 
 
-