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-07 UTC."],[[["The `EnvironmentNameLogEntryLabelProvider` class, found in the `Google.Cloud.Diagnostics.AspNetCore` namespace, is an implementation of `ILogEntryLabelProvider` that adds the environment name to log entry labels."],["This class inherits from `Object` and implements the `ILogEntryLabelProvider` interface."],["The constructor `EnvironmentNameLogEntryLabelProvider(IHostingEnvironment)` initializes a new instance, taking an `IHostingEnvironment` instance to get the environment name."],["The `Invoke` method allows users to add to a provided dictionary of log entry labels."],["The current latest version of this API is 4.4.0, while version 4.3.1 is also available."]]],[]]