Skip to content

Commit

Permalink
Add missing period (#3882)
Browse files Browse the repository at this point in the history
  • Loading branch information
sten-bone committed Jun 6, 2022
1 parent 7b14c5b commit 77b73f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/logging-events-diagnostics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The table below provides a quick reference for the differences between the mecha
| Interceptors | Yes | Per context | Context configuration | Manipulating EF operations
| Diagnostics listeners | No | Process | Globally | Application diagnostics

*Typically `Microsoft.Extensions.Logging` is configured per-application via dependency injection However, at the EF level, each context _can_ be configured with a different logger if needed.
*Typically `Microsoft.Extensions.Logging` is configured per-application via dependency injection. However, at the EF level, each context _can_ be configured with a different logger if needed.

## Simple logging

Expand Down

0 comments on commit 77b73f5

Please sign in to comment.