ApplicationEnricherServiceCollectionExtensions
AddApplicationLogEnricher(IServiceCollection)
AddApplicationLogEnricher(IServiceCollection, IConfigurationSection)
AddApplicationLogEnricher(IServiceCollection, Action<ApplicationLogEnricherOptions>)
AddServiceLogEnricher(IServiceCollection)
AddServiceLogEnricher(IServiceCollection, IConfigurationSection)
AddServiceLogEnricher(IServiceCollection, Action<ApplicationLogEnricherOptions>)
net10.0
namespace Microsoft.Extensions.DependencyInjection
{
public static class ApplicationEnricherServiceCollectionExtensions
{
[Obsolete("This API is obsolete and will be removed in a future version. Instead of the AddServiceLogEnricher() methods, consider using the respective AddApplicationLogEnricher() methods.", DiagnosticId = "EXTOBS0002", UrlFormat = "https://aka.ms/dotnet-extensions-warnings/{0}")]
public static IServiceCollection! AddServiceLogEnricher(this IServiceCollection! services);
}
}
| .NET | 8.09.010.0 |
|---|---|
| .NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assemblies | Microsoft.Extensions.Telemetry , Version=10.3.0.0, PublicKeyToken=31bf3856ad364e35 Microsoft.Extensions.Telemetry , Version=10.2.0.0, PublicKeyToken=31bf3856ad364e35 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.Extensions.Telemetry (10.3.0-preview.1.26066.2) net10.0 |
| Obsolete | EXTOBS0002: This API is obsolete and will be removed in a future version. Instead of the AddServiceLogEnricher() methods, consider using the respective AddApplicationLogEnricher() methods. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API