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 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 |
|---|---|
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) |
Collection<String> |
getPropertyNames() |
static void |
updateFileConfiguration(String fileName) |
public static boolean debug
public static String defaultLevel
public static String fileConfiguration
public static void updateFileConfiguration(String fileName)
public int getPriority()
getPriority in interface org.apache.logging.log4j.util.PropertySourcepublic Collection<String> getPropertyNames()
getPropertyNames in interface org.apache.logging.log4j.util.PropertySourcepublic String getProperty(String key)
getProperty 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 boolean containsProperty(String key)
containsProperty in interface org.apache.logging.log4j.util.PropertySourcepublic CharSequence getNormalForm(Iterable<? extends CharSequence> tokens)
getNormalForm in interface org.apache.logging.log4j.util.PropertySourceCopyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.