Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

GlobalContextProperties Class

Implementation of Properties collection for the GlobalContext

For a list of all members of this type, see GlobalContextProperties Members.

System.Object
���log4net.Util.ContextPropertiesBase
������log4net.Util.GlobalContextProperties

[Visual�Basic]
NotInheritable�Public�Class�GlobalContextProperties
����Inherits�ContextPropertiesBase
[C#]
public�sealed�class�GlobalContextProperties : ContextPropertiesBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

GlobalContextProperties Members | log4net.Util Namespace