LoggingEvent Identity Property Apache log4net™ SDK Documentation
Gets the identity of the current thread principal.

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

public string Identity { get; }

Property Value

Type: OnlineString
The string name of the identity of the current thread principal.
Remarks

Calls System.Threading.Thread.CurrentPrincipal.Identity.Name to get the name of the current thread principal.

See Also