public class PaxPropertySource extends Object implements org.apache.logging.log4j.util.PropertySource
PropertySource to ensure that user won't turn on (or off) anything that could break
pax-logging-log4j2.
See http://logging.apache.org/log4j/2.x/manual/configuration.html#SystemProperties| Modifier and Type | Field and Description |
|---|---|
static boolean |
debug |
static String |
defaultLevel |
static String |
fileConfiguration |
| Constructor and Description |
|---|
PaxPropertySource() |
| 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 static boolean debug
public static String defaultLevel
public static String fileConfiguration
public int getPriority()
getPriority in interface org.apache.logging.log4j.util.PropertySourcepublic 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.PropertySourceCopyright © 2006–2022 OPS4J - Open Participation Software for Java. All rights reserved.