Aspnet Logging

Structured logging trong ASP.NET Core với built-in `ILogger<T>` và Serilog: sinks (Console/File/Seq/Elasticsearch), enrichment (correlation ID, user context, environment), log scopes, log levels per namespace, request logging middleware, sensitive data redaction. Use khi setup logging cho production app, debug logs scattered/khó truy vết, cần distributed tracing, output bị flat string không structured, hoặc khi user nói 'logs khó tìm', 'cần track request flow', 'log chậm', 'thêm Serilog'.

nguyenvanchiens 0f9d5fd 11.1 KB Updated

File contents

nguyenvanchiens/my-skills/tree/main/skills/aspnet-logging commit 0f9d5fd297

Frequently asked questions

npx skillmds@latest add nguyenvanchiens/aspnet-logging