Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add section about EF Core events in well known events doc #22828

Merged
merged 3 commits into from
Mar 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/core/diagnostics/well-known-event-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,9 @@ This provider logs information on the [Task Parallel Library](../../standard/par
ASP.NET Core also provides several events to help you diagnose issues in the ASP.NET Core stack.

To learn more about the events in ASP.NET Core and how to consume them, see [Logging in .NET Core and ASP.NET Core](/aspnet/core/fundamentals/logging/).

## Entity Framework core

EF Core also provides events to help you diagnose issues in EF Core.

To learn more about the events in EF Core and how to consume them, see [.NET Events in EF Core](/ef/core/logging-events-diagnostics/events).