Class PropertiesSubset
java.lang.Object
org.apache.logging.converter.config.spi.PropertiesSubset
Represents a subset of configuration properties.
-
Method Summary
Modifier and TypeMethodDescriptionThe common prefix of this subset in the global configuration properties.A subset of the global configuration properties withgetPrefix()
removed.static PropertiesSubset
of
(String prefix, Properties properties)
-
Method Details
-
of
-
getPrefix
The common prefix of this subset in the global configuration properties.Used for debugging messages.
-
getProperties
A subset of the global configuration properties withgetPrefix()
removed.
-