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