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 Summary
Constructors Constructor Description MDCDetails() 
- 
Method Summary
All 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.HashMap
clear, 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
- 
close
public void close()
- Specified by:
 closein interfacejava.lang.AutoCloseable- Specified by:
 closein interfacejava.io.Closeable- Specified by:
 closein interfaceMDCUtils.MDCCloseable
 
- 
extend
public MDCUtils.MDCDetails extend(java.lang.String... keyValuePairs)
 
- 
put
public MDCUtils.MDCCloseable put()
 
 - 
 
 -