ThreadContextStacks Item Property Apache log4net™ SDK Documentation
Gets the named thread context stack

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

public ThreadContextStack this[
	string key
] { get; }

Property Value

Type: ThreadContextStack
The named stack
Remarks

Gets the named thread context stack

See Also