Interface ILogEntryLabelProvider (4.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
[Obsolete("Use Google.Cloud.Diagnostics.Common.ILogEntryLabelProvider instead.")]
public interface ILogEntryLabelProvider
Provides a hook to augment labels when a log entry is being logged.
Namespace
Google.Cloud.Diagnostics.AspNetCore
Assembly
Google.Cloud.Diagnostics.AspNetCore.dll
Methods
Invoke(Dictionary<String, String>)
void Invoke(Dictionary<string, string> labels)
Invokes the provider to augment log entry labels.
Parameter
Name
Description
labels
Dictionary <String , String >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 .
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-09 UTC.
[null,null,["Last updated 2026-03-09 UTC."],[],[]]