Class MDCUtils.MDCDetails
- java.lang.Object
- 
- java.util.AbstractMap<K,V>
- 
- java.util.HashMap<java.lang.String,java.lang.String>
- 
- com.inductiveautomation.ignition.common.logging.MDCUtils.MDCDetails
 
 
 
- 
- All Implemented Interfaces:
- MDCUtils.MDCCloseable,- java.io.Closeable,- java.io.Serializable,- java.lang.AutoCloseable,- java.lang.Cloneable,- java.util.Map<java.lang.String,java.lang.String>
 - Enclosing class:
- MDCUtils
 
 public static class MDCUtils.MDCDetails extends java.util.HashMap<java.lang.String,java.lang.String> implements MDCUtils.MDCCloseable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description MDCDetails()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()MDCUtils.MDCDetailsextend(java.lang.String... keyValuePairs)MDCUtils.MDCCloseableput()- 
Methods inherited from class java.util.HashMapclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
 
- 
 
- 
- 
- 
Method Detail- 
closepublic void close() - Specified by:
- closein interface- java.lang.AutoCloseable
- Specified by:
- closein interface- java.io.Closeable
- Specified by:
- closein interface- MDCUtils.MDCCloseable
 
 - 
extendpublic MDCUtils.MDCDetails extend(java.lang.String... keyValuePairs) 
 - 
putpublic MDCUtils.MDCCloseable put() 
 
- 
 
-