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."],[[["The `EnvironmentNameLogEntryLabelProvider` class, part of the `Google.Cloud.Diagnostics.AspNetCore` namespace, is an implementation of `ILogEntryLabelProvider` that enriches log entries with the `EnvironmentName`."],["This class inherits from `Object` and implements two `ILogEntryLabelProvider` interfaces."],["The constructor `EnvironmentNameLogEntryLabelProvider(IHostingEnvironment)` initializes a new instance using the provided `IHostingEnvironment` to determine the environment name."],["The `Invoke` method allows augmenting log entry labels by taking a dictionary of string key-value pairs, which should be non-null to avoid exceptions."]]],[]]