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 ReadOnlyThreadContextMap
ThreadContext. getThreadContextMap()
Returns a read-only view of the internal data structure used to store thread context key-value pairs, ornull
if the internal data structure does not implement theReadOnlyThreadContextMap
interface.
-