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 Google.Cloud.Diagnostics.Common.RetryOptions.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-17 UTC."],[[["The `ILogEntryLabelProvider` interface, found in the `Google.Cloud.Diagnostics.AspNetCore3` namespace, allows for augmenting labels when a log entry is logged."],["The `Invoke` method within this interface takes a dictionary of string key-value pairs, where new or modified labels can be added to log entries, but null key-value pairs will result in exceptions during the log event."],["The latest version of this interface is available in the 5.2.0 release, with prior versions including 5.1.0, 5.0.0, 4.4.0, and 4.3.1 also available."],["The interface has been deprecated, with a suggestion to use `Google.Cloud.Diagnostics.Common.ILogEntryLabelProvider` instead."]]],[]]