'Declaration
Public Event ResolveApplicationUser As Log.ResolveApplicationUserEventHandler
public event Log.ResolveApplicationUserEventHandler ResolveApplicationUser
Event Data
The event handler receives an argument of type ApplicationUserResolutionEventArgs containing data related to this event. The following ApplicationUserResolutionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Principal | The current thread principal that often contains additional information about the current user |
UserName | The user name being resolved |
Remarks
This event is raised by Loupe when a log message is attributed to a user name that doesn't yet have application user information provided. By subscribing to this event you can fill in missing information such as the email address, display name, organization, and other custom properties. This information is then carried through to the Loupe Server to improve user matching and analysis.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also