Package | Description |
---|---|
org.apache.logging.log4j.util |
Internal utility classes for the Log4j 2 API.
|
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentPropertySource
PropertySource implementation that uses environment variables as a source.
|
class |
PropertiesPropertySource
PropertySource backed by a
Properties instance. |
class |
PropertyFilePropertySource
PropertySource backed by a properties file.
|
class |
SystemPropertiesPropertySource
PropertySource backed by the current system properties.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Set<PropertySource> |
PropertiesUtil.Environment.sources |
Modifier and Type | Method and Description |
---|---|
int |
PropertySource.Comparator.compare(PropertySource o1,
PropertySource o2) |
Constructor and Description |
---|
Environment(PropertySource propertySource) |