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.PropertySource
public CharSequence getNormalForm(Iterable<? extends CharSequence> tokens)
getNormalForm
in interface org.apache.logging.log4j.util.PropertySource
public int getPriority()
getPriority
in interface org.apache.logging.log4j.util.PropertySource
public String getProperty(String key)
getProperty
in interface org.apache.logging.log4j.util.PropertySource
public boolean containsProperty(String key)
containsProperty
in interface org.apache.logging.log4j.util.PropertySource