ThreadContextStacks.Item Property Apache log4netâ„¢ SDK Documentation
Gets the named thread context stack

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

public ThreadContextStack this[
	string key
] { get; }

Parameters

key
Type: System.String

Property Value

Type: ThreadContextStack
The named stack
Remarks

Gets the named thread context stack

See Also

Reference