Best of Logging — November 2023
- 1
- 2
The Art of Simplicity·3y
.NET 8–Http Logging
ASP.NET Core in .NET 8 introduces new capabilities in the HTTP logging middleware, eliminating the need for Serilog to achieve similar results. These capabilities include measuring the duration of request/response processing and consolidating all enabled logs into one.
- 3
Discover .NET·3y
A more flexible and enhanced way of logging in .NET 8
The latest version of .NET (version 8) introduces a more flexible and enhanced way of logging using the `LoggerMessageAttribute`. This attribute helps in defining logs and provides benefits like reduced code size and improved performance.
- 4