The thread properties map
Namespace: log4netAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public static ThreadContextProperties Properties { get; }
public static ThreadContextProperties Properties { get; }
Public Shared ReadOnly Property Properties As ThreadContextProperties
Get
Public Shared ReadOnly Property Properties As ThreadContextProperties
Get
public:
static property ThreadContextProperties^ Properties {
ThreadContextProperties^ get ();
}
public:
static property ThreadContextProperties^ Properties {
ThreadContextProperties^ get ();
}
Property Value
Type:
ThreadContextProperties
The thread properties map
The ThreadContext properties override any GlobalContext
properties with the same name.