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 content provides reference documentation for the `ILogEntryLabelProvider` interface within the `Google.Cloud.Diagnostics.Common` namespace, designed for .NET."],["`ILogEntryLabelProvider` offers a way to add extra labels to log entries when they are being logged."],["The interface has one method called `Invoke`, which takes a dictionary of type `string`, `string` called `labels` as a parameter."],["The provided `labels` dictionary is used to augment log entry labels, and any null keys or values added will result in an exception being thrown during logging."],["Multiple versions are available, from 4.3.1 to the latest 5.2.0, for the `Google.Cloud.Diagnostics.Common` component."]]],[]]