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

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public LogicalThreadContextStack this[
	string key
] { get; }

Parameters

key
Type: SystemString

Property Value

Type: LogicalThreadContextStack
The named stack
Remarks

Gets the named thread context stack

See Also

Reference