Gets the named thread context stack
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public ThreadContextStack this[
string key
] { get; }
public ThreadContextStack this[
string key
] { get; }
Public ReadOnly Default Property Item (
key As String
) As ThreadContextStack
Get
Public ReadOnly Default Property Item (
key As String
) As ThreadContextStack
Get
public:
property ThreadContextStack^ default[String^ key] {
ThreadContextStack^ get (String^ key);
}
public:
property ThreadContextStack^ default[String^ key] {
ThreadContextStack^ get (String^ key);
}
Property Value
Type:
ThreadContextStack
The named stack
Gets the named thread context stack