LogicalThreadContextProperties ClassApache log4net™ SDK Documentation
Implementation of Properties collection for the LogicalThreadContext
Inheritance Hierarchy

OnlineSystem Object
  log4net.Util ContextPropertiesBase
    log4net.Util LogicalThreadContextProperties

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

public sealed class LogicalThreadContextProperties : ContextPropertiesBase
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.

This class stores its properties in a slot on the OnlineCallContext named log4net.Util.LogicalThreadContextProperties.

The OnlineCallContext requires a link time OnlineSecurityPermission for the OnlineInfrastructure. If the calling code does not have this permission then this context will be disabled. It will not store any property values set on it.

See Also