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-17 UTC."],[[["The latest version available is 5.2.0, with prior versions including 5.1.0, 5.0.0, 4.4.0, and 4.3.1 also accessible."],["The `ILogEntryLabelProvider` interface, found within the `Google.Cloud.Diagnostics.AspNetCore3` namespace, is marked as obsolete in the provided document."],["The `ILogEntryLabelProvider` interface is designed to provide a mechanism for augmenting labels when logging entries."],["The `Invoke` method within `ILogEntryLabelProvider` takes a dictionary of string keys and string values, which represent log entry labels, as its parameter."],["The labels in the Dictionary must not be null, otherwise it will throw an exception."]]],[]]