Class KeyValuePairConfig
- java.lang.Object
-
- org.apache.logging.log4j.core.filter.mutable.KeyValuePairConfig
-
public class KeyValuePairConfig extends Object
Class representing the configuration of KeyValue pairs.
-
-
Constructor Summary
Constructors Constructor Description KeyValuePairConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String[]>
getConfigs()
void
setConfig(Map<String,String[]> configs)
-