public class SpringBootPropertySource extends Object implements org.apache.logging.log4j.util.PropertySource
PropertySource that disables Log4j2's shutdown hook.| Constructor and Description |
|---|
SpringBootPropertySource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsProperty(String key) |
void |
forEach(org.apache.logging.log4j.util.BiConsumer<String,String> action) |
CharSequence |
getNormalForm(Iterable<? extends CharSequence> tokens) |
int |
getPriority() |
String |
getProperty(String key) |
public void forEach(org.apache.logging.log4j.util.BiConsumer<String,String> action)
forEach in interface org.apache.logging.log4j.util.PropertySourcepublic CharSequence getNormalForm(Iterable<? extends CharSequence> tokens)
getNormalForm in interface org.apache.logging.log4j.util.PropertySourcepublic int getPriority()
getPriority in interface org.apache.logging.log4j.util.PropertySourcepublic String getProperty(String key)
getProperty in interface org.apache.logging.log4j.util.PropertySourcepublic boolean containsProperty(String key)
containsProperty in interface org.apache.logging.log4j.util.PropertySource