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-09 UTC."],[[["Version 4.3.1 of the `Google.Cloud.Diagnostics.AspNetCore` library introduces the `ILogEntryLabelProvider` interface, which allows for the augmentation of labels in log entries."],["The `ILogEntryLabelProvider` interface is now marked as obsolete, suggesting the use of `Google.Cloud.Diagnostics.Common.ILogEntryLabelProvider` instead."],["The `Invoke` method within `ILogEntryLabelProvider` takes a dictionary of string key-value pairs, allowing users to add custom labels to log entries."],["The `labels` parameter is a dictionary where null values for either keys or values are not permitted and will cause an exception when logging an entry."],["The latest version of the library is 4.4.0."]]],[]]