ThreadContext Properties Property Apache log4net™ SDK Documentation
The thread properties map

Namespace: log4net
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public static ThreadContextProperties Properties { get; }

Property Value

Type: ThreadContextProperties
The thread properties map
Remarks

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

See Also