Gets the identity of the current thread principal.
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Property Value
Type: StringThe 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