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-03-21 UTC."],[[["The `ILogEntryLabelProvider` interface allows for the augmentation of labels when logging entries."],["It is part of the `Google.Cloud.Diagnostics.Common` namespace, within the `Google.Cloud.Diagnostics.Common.dll` assembly."],["The `Invoke` method takes a dictionary of string keys and values, which represents the log entry labels that can be augmented, with added values being non-null."],["The most recent versions available for this interface are 5.2.0 (latest), 5.1.0 and 5.0.0."]]],[]]