Gets the identity of the current thread principal.
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.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