public class EnvironmentNameLogEntryLabelProvider : ILogEntryLabelProviderReference documentation and code samples for the Google.Cloud.Diagnostics.AspNetCore3 class EnvironmentNameLogEntryLabelProvider.
A ILogEntryLabelProvider implementation which adds the EnvironmentName to the log entry labels.
Implements
ILogEntryLabelProviderNamespace
GoogleCloudGoogle.Cloud.DiagnosticsAspNetCore3Assembly
Google.Cloud.Diagnostics.AspNetCore3.dll
Constructors
EnvironmentNameLogEntryLabelProvider(IWebHostEnvironment)
public EnvironmentNameLogEntryLabelProvider(IWebHostEnvironment hostingEnvironment)Initializes a new instance of the EnvironmentNameLogEntryLabelProvider class.
| Parameter | |
|---|---|
| Name | Description |
hostingEnvironment |
IWebHostEnvironmentThe IWebHostEnvironment instance to retrieve the environment name from. |
Methods
Invoke(Dictionary<string, string>)
public void Invoke(Dictionary<string, string> labels)| Parameter | |
|---|---|
| Name | Description |
labels |
Dictionarystringstring |