log4net SDK Reference

LoggingEvent.IdentityProperty Field

The key into the Properties map for the thread identity value.

[Visual Basic]
Public Const IdentityProperty As String = "log4net:Identity"
[C#]
public const string IdentityProperty = "log4net:Identity";

Remarks

Missing <remarks> documentation for F:log4net.Core.LoggingEvent.IdentityProperty

See Also

LoggingEvent Class | log4net.Core Namespace