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, Action<ApplicationLogEnricherOptions!>! configure);
    }
}
.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.1.0.0, PublicKeyToken=31bf3856ad364e35

Microsoft.Extensions.Telemetry , Version=10.3.0.0, PublicKeyToken=31bf3856ad364e35

Referencing

Your project needs a package reference to Microsoft.Extensions.Telemetry.

Package Microsoft.Extensions.Telemetry (10.1.0) 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