CRARCH0023 Use typed logger category
- Category: Architecture
- Default severity: Warning
- Diagnostic ID:
CRARCH0023
What it checks
Section titled “What it checks”Typed logger categories align log events with the producing type.
Diagnostic message
Section titled “Diagnostic message”Inject ILogger<{0}> instead of '{1}'
How to resolve
Section titled “How to resolve”Inject ILogger<TContainingType> instead of non-generic logger forms.