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