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 provides a mechanism to add or modify labels to log entries before they are logged."],["The `Invoke` method within this interface allows the augmentation of log entry labels through a dictionary of string key-value pairs."],["The provided dictionary within the `Invoke` method, `labels`, should not contain null keys or values; doing so will cause an exception when a log entry is attempted to be logged."],["The `ILogEntryLabelProvider` is within the namespace `Google.Cloud.Diagnostics.Common`, and the assembly `Google.Cloud.Diagnostics.Common.dll`."],["The documentation provides information for versions ranging from 4.3.1 to the latest, 5.2.0."]]],[]]