log4net SDK Reference

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

This type is not safe for multithreaded operations.

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