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-07 UTC."],[[["This webpage documents the `ILogEntryLabelProvider` interface, which is used to add custom labels to log entries in Google Cloud Diagnostics."],["The `ILogEntryLabelProvider` interface has been marked as obsolete in favor of `Google.Cloud.Diagnostics.Common.ILogEntryLabelProvider`."],["The `Invoke` method of the `ILogEntryLabelProvider` allows for the addition of key-value pairs to a log entry's label dictionary, where neither the keys nor values can be null."],["The assembly containing this class is `Google.Cloud.Diagnostics.AspNetCore.dll`."],["The current latest version documented is 4.4.0."]]],[]]