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-03-21 UTC."],[[["The `EnvironmentNameLogEntryLabelProvider` class, part of the `Google.Cloud.Diagnostics.AspNetCore3` namespace, is designed to add the current environment name to log entry labels."],["This class implements `ILogEntryLabelProvider`, allowing it to integrate with logging systems that utilize this interface for label augmentation."],["The class constructor `EnvironmentNameLogEntryLabelProvider` takes an `IWebHostEnvironment` instance as a parameter, enabling it to retrieve the environment name."],["The `Invoke` method, part of this class, takes a dictionary of string key-value pairs of labels and modifies them to add the environment name."],["The latest version of the library is 5.2.0, with previous versions, including 4.4.0 and 4.3.1, also available."]]],[]]