Updating docs after .NET10 Application Enricher update#49690
Updating docs after .NET10 Application Enricher update#49690mariamgerges merged 5 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds documentation for static log enrichers and updates the application log enricher documentation to reflect the new .NET 10 API changes. The key changes include introducing the IStaticLogEnricher interface and documenting the transition from AddServiceLogEnricher to AddApplicationLogEnricher.
- Adds a new section documenting static log enrichers with
IStaticLogEnricherinterface - Updates application log enricher documentation with tabbed sections for .NET 10+ and .NET 9/earlier
- Replaces references to deprecated
AddServiceLogEnricherwith newAddApplicationLogEnrichermethod
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/core/enrichment/custom-enricher.md | Updates heading to include ILogEnricher interface name and adds new section on static log enrichers |
| docs/core/enrichment/application-log-enricher.md | Adds tabbed content to show both .NET 10+ and .NET 9/earlier API usage with deprecation warning |
|
One error, otherwise ship it: Caution docs/core/enrichment/application-log-enricher.md |
This error is there because the change is not out yet. |
Summary
Describe your changes here.
Fixes #49509
Internal previews