log4net SDK Reference

ThreadContext.Properties Property

The thread properties map

[Visual Basic]
Public Shared ReadOnly Property Properties As ThreadContextProperties
[C#]
public static Util.ThreadContextProperties Properties {get;}

Property Value

The thread properties map

Remarks

The ThreadContext properties override any GlobalContext properties with the same name.

See Also

ThreadContext Class | log4net Namespace