GlobalContextProperties ClassApache log4net™ SDK Documentation
Implementation of Properties collection for the GlobalContext
Inheritance Hierarchy

OnlineSystem Object
  log4net.Util ContextPropertiesBase
    log4net.Util GlobalContextProperties

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public sealed class GlobalContextProperties : ContextPropertiesBase
Remarks

This class implements a properties collection that is thread safe and supports both storing properties and capturing a read only copy of the current propertied.

This class is optimized to the scenario where the properties are read frequently and are modified infrequently.

See Also