Implementation of Properties collection for the ThreadContext
Inheritance Hierarchy
log4net.Util ContextPropertiesBase
log4net.Util ThreadContextProperties
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
Class implements a collection of properties that is specific to each thread. The class is not synchronized as each thread has its own PropertiesDictionary.
See Also