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."],[[["This webpage documents the `ILogEntryLabelProvider` interface, which is used to add custom labels to log entries."],["The `ILogEntryLabelProvider` interface is currently marked as obsolete and it's advised to use `Google.Cloud.Diagnostics.Common.ILogEntryLabelProvider` instead."],["The `Invoke` method, part of `ILogEntryLabelProvider`, is used to add log entry labels using a dictionary of string keys and values."],["The latest version of `ILogEntryLabelProvider` mentioned on the page is version 5.2.0, while the page itself documents version 4.3.1."],["When using the `Invoke` method, keys and values added to the labels dictionary should not be null, or an exception may be thrown, and the log entry will not be saved."]]],[]]