public class UserLogEntryLabelProvider : HttpLogEntryLabelProvider, ILogEntryLabelProvider
A ILogEntryLabelProvider which adds the information of the authenticated user to the log entry labels.
Implements
ILogEntryLabelProviderNamespace
Google.Cloud.Diagnostics.AspNetCore3Assembly
Google.Cloud.Diagnostics.AspNetCore3.dll
Constructors
UserLogEntryLabelProvider(IHttpContextAccessor)
public UserLogEntryLabelProvider(IHttpContextAccessor httpContextAccessor)
Initializes a new instance of the UserLogEntryLabelProvider class.
Parameter | |
---|---|
Name | Description |
httpContextAccessor | IHttpContextAccessor The IHttpContextAccessor instance with the HttpContext. |
Methods
InvokeCore(Dictionary<String, String>, HttpContext)
protected override void InvokeCore(Dictionary<string, string> labels, HttpContext httpContext)
In a derived class, invokes the core logic of the ILogEntryLabelProvider using the HttpContext instance.
Parameters | |
---|---|
Name | Description |
labels | Dictionary<String, String> The log entry labels to augment. |
httpContext | HttpContext The HttpContext instance. |