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 |
|---|---|
void |
forEach(org.apache.logging.log4j.util.BiConsumer<String,String> action) |
CharSequence |
getNormalForm(Iterable<? extends CharSequence> tokens) |
int |
getPriority() |
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.PropertySource