-
Notifications
You must be signed in to change notification settings - Fork 2
TSTS_Diagnostics
Joe Care edited this page Oct 18, 2025
·
1 revision
Diagnose- und Logging-Techniken in .NET/C#.
-
System.Diagnostics.Trace,Debug - Ereignisquellen,
EventSource(Überblick) -
ILogger-Abstraktion (Microsoft.Extensions.Logging) - PerformanceCounters (Legacy), ETW/Tracing (Überblick)
- Einfache Trace-Listener konfigurieren
- Logging mit DI und
ILogger<T>
- Siehe auch: Runtime/Loader