org.apache.log4j.helpers

Class ThreadLocalMap

public final class ThreadLocalMap extends InheritableThreadLocal

ThreadLocalMap extends InheritableThreadLocal to bequeath a copy of the hashtable of the MDC of the parent thread.

Since: 1.2

Author: Ceki Gülcü

Method Summary
ObjectchildValue(Object parentValue)

Method Detail

childValue

public final Object childValue(Object parentValue)
Copyright 2000-2005 Apache Software Foundation.