Aprende a crear trazas en tu API ASP.NET con Audit.NET y Serilog. ¡Descubre cómo mejorar la monitorización y el diagnóstico de tu aplicación!
https://jorgediegocrespo.wordpress.com/2024/01/17/trazando-peticiones-y-anadiendo-logs-en-nuestra-api-asp-net/](https://jorgediegocrespo.wordpress.com/2024/01/17/trazando-peticiones-y-anadiendo-logs-en-nuestra-api-asp-net/
Blogged: ASP.NET Core Logging using Serilog and Azure
https://damienbod.com/2023/08/21/asp-net-core-logging-using-serilog-and-azure/
Blogged: Securing APIs using ASP.NET Core and OAuth 2.0 DPoP
https://damienbod.com/2023/08/14/securing-apis-using-asp-net-core-and-oauth-2-0-dpop/
Logging into #Elasticsearch using #Serilog and logs in #Kibana. Create Index, Index Pattern and play a bit with Kibana Dashboards. Now your logs are more visible. What are you waiting for to use in your Apps ? #DotNet #Logging #restfull
http://elguerre.com/2023/08/02/logging-into-elasticsearch-using-serilog-and-logs-in-kibana/
I made simple #dotnet library for #Serilog style ForContext when using Microsoft.Extensions.Logging (MEL). Wanted to add some structured logging, but I find the BeginScope too cumbersome for chaining. #logging https://github.com/jukkahyv/mel-scoped-logger
https://dev.to/kenakamu/c-add-custom-logger-to-net-6-web-api-706 - #Serilog not enough? Create a custom #dotNET #logger. Nice post https://github.com/kenakamu.
Оказывается логгирование это не так просто. Serilog пли использовании строк с параметрами хранит шаблон интернированной строки, а при использовании интерполяции каждая строка уникальная и гадит в кэш. Отрывок из доклада Евгения Пешкова https://www.youtube.com/watch?v=0V9Rr8WndLw
#serilog #dotnet #logging #codefest