Uses of Interface
org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
-
Packages that use ReadOnlyThreadContextMap Package Description org.apache.logging.log4j Public API for Log4j 2. -
-
Uses of ReadOnlyThreadContextMap in org.apache.logging.log4j
Methods in org.apache.logging.log4j that return ReadOnlyThreadContextMap Modifier and Type Method Description static ReadOnlyThreadContextMapThreadContext. getThreadContextMap()Returns a read-only view of the internal data structure used to store thread context key-value pairs, ornullif the internal data structure does not implement theReadOnlyThreadContextMapinterface.
-