A dictionary of log entry labels.
Keys and values added to labels should not be null.
If they are, an exception will be throw when attempting to log an entry.
The entry won't be logged and the exception will be propagated depending
on the value of ExceptionHandling.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["`HttpLogEntryLabelProvider` is a base class for `ILogEntryLabelProvider` implementations that require an `HttpContext` instance, version 4.3.1."],["This class provides methods for augmenting log entry labels, including `Invoke` and the abstract `InvokeCore`."],["It implements the `ILogEntryLabelProvider` interface and inherits from the base `Object` class."],["Derived types of `HttpLogEntryLabelProvider` include `ClientIpLogEntryLabelProvider`, `TraceIdLogEntryLabelProvider`, and `UserLogEntryLabelProvider`."],["The constructor `HttpLogEntryLabelProvider(IHttpContextAccessor)` initializes the base class with an `IHttpContextAccessor` instance to provide an `HttpContext`."]]],[]]