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-02 UTC."],[[["The `EnvironmentNameLogEntryLabelProvider` class, part of the `Google.Cloud.Diagnostics.AspNetCore3` namespace, is designed to add the `EnvironmentName` to log entry labels."],["It implements `ILogEntryLabelProvider`, allowing it to augment log entries with relevant environment information."],["The constructor takes an `IWebHostEnvironment` instance to determine the environment name."],["The `Invoke` method takes a dictionary of strings and augments the log entry labels within that dictionary."],["The latest version available is 5.2.0, with previous versions dating back to 4.3.1 being accessible."]]],[]]