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 Google.Cloud.Diagnostics.Common.RetryOptions.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-17 UTC."],[[["This document provides reference documentation for the `EnvironmentNameLogEntryLabelProvider` class, a component within the `Google.Cloud.Diagnostics.AspNetCore3` library."],["The `EnvironmentNameLogEntryLabelProvider` class implements the `ILogEntryLabelProvider` interface and adds the current environment name to log entry labels."],["The constructor `EnvironmentNameLogEntryLabelProvider(IWebHostEnvironment)` initializes a new instance of the class, requiring an `IWebHostEnvironment` instance to retrieve the environment name."],["The `Invoke` method allows the addition of the environment name to a provided dictionary of string labels, facilitating log entry customization."],["This class has various versions, with 5.2.0 being the latest, and other versions ranging from 5.1.0 to 4.3.1."]]],[]]