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 document outlines the `ILogEntryLabelProvider` interface, which is used to add custom labels to log entries."],["The `ILogEntryLabelProvider` interface includes the `Invoke` method, allowing modification of a dictionary of string key-value pairs which will be added as log entry labels."],["The latest version of this document is 5.2.0, but the specific documentation details are for version 4.3.1 of `Google.Cloud.Diagnostics.Common`."],["The `Invoke` method takes a non-null dictionary of string key-value pairs as a parameter, where any added keys or values that are null will cause an exception when attempting to log the entry, preventing the log."]]],[]]