Serilog - Curated .NET Articles & Tutorials

Curated .NET news, articles, and tutorials about Serilog, drawn from .NET News Daily issues.

45 curated issues

AsGuard: A Lightweight Request & Exception Logger for ASP.NET Core (With Built-in Dashboard

Stop guessing what’s happening in your API — log, monitor, and debug requests in real time without external tools.

Featured in Issue #451 May 08, 2026

Issue also covered: ASP.NET Core, Authentication, C#, .NET 8, .NET Core, EF Core, FluentValidation, Performance

Read this issue →

Your Logs Are Lying to You : Practical Structured Logging for Backend Engineers

Structured logging done right for backend engineers, what to log, what to stop logging & why your current logs are probably making life…

Featured in Issue #448 May 05, 2026

Issue also covered: C#, .NET 10, EF Core, Performance, Semantic Kernel, Web API

Read this issue →

Structured Logging with Serilog in ASP.NET

Serilog is a powerful, flexible, and easy-to-use logging library for .NET that enables developers to capture structured, queryable logs…

Featured in Issue #427 April 06, 2026

Issue also covered: ASP.NET Core, Authentication, Authorization, C#, .NET Core, EF Core, OpenAI, Security

Read this issue →

Setup Serilog For .NET Core

When unexpected events occur, tracing the root cause can become incredibly difficult. Imagine an error happening, and you only hear about it minutes or even seconds later. Without proper logging, pinp...

Featured in Issue #421 March 27, 2026

Issue also covered: ASP.NET Core, Azure, .NET Core, .NET Framework, GitHub Actions, Performance, RabbitMQ, Security

Read this issue →

Serilog Email Sink: A Production-Ready Setup Guide

One config section. Async delivery. Your errors find you.

Featured in Issue #415 March 19, 2026

Issue also covered: ASP.NET Core, Azure, C#, Dapper, EF Core, GitHub Copilot, OpenAI, Performance

Read this issue →

Modern Logging in .NET with Serilog

Implement structured logging in .NET Core with Serilog. Enhance app monitoring using sinks for consoles, files, SQL, and more. Improve debugging and analysis.

Featured in Issue #379 January 28, 2026

Issue also covered: ASP.NET Core, Azure, Azure DevOps, C#, Domain-Driven Design, Design Patterns, .NET 10, .NET Core

Read this issue →

File logging in ASP.NET Core made easy with Serilog

Learn how to add file logging to an ASP.NET Core app using Serilog, including setup, configuration, and writing logs to daily rolling files. The page File logging in ASP.NET Core made easy with Serilo...

Featured in Issue #372 January 19, 2026

Issue also covered: ASP.NET Core, Azure, C#, .NET 10, GitHub Copilot, Kafka, Minimal APIs, Security

Read this issue →

** How Structured Logging With Serilog Can Make Your Life Easier

A Complete .NET 9 + Microservices + Distributed Logging Guide (With Full Codes) **

Featured in Issue #349 December 17, 2025

Issue also covered: ASP.NET Core, Azure, Clean Architecture, CQRS, C#, Design Patterns, .NET 10, .NET 9

Read this issue →

How Structured Logging with Serilog Makes Your Life Easier in .NET

If you want the full source code, join our community: Here

Featured in Issue #326 November 14, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, C#, Dapper, .NET 9, JWT, OAuth

Read this issue →

Mastering Logging in .NET with Serilog -Part 1

Logging is often underestimated until you hit your first production issue. At that moment, you realize how much reliable logs can save…

Featured in Issue #291 September 26, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Benchmarking, C#, .NET 9, .NET Core, Performance, Security

Read this issue →

Mastering Logging in .NET with Serilog — Part 3

Serilog Tutorial Series — Part 3: Working with Sinks

Featured in Issue #290 September 25, 2025

Issue also covered: ASP.NET Core, Azure, Benchmarking, Clean Architecture, C#, Domain-Driven Design, .NET 10, .NET 9

Read this issue →

Mastering Logging in .NET with Serilog — Part 4

Serilog Tutorial Series — Part 4: Advanced Scenarios & Best Practices

Featured in Issue #289 September 24, 2025

Issue also covered: ASP.NET Core, Azure, C#, Design Patterns, .NET 10, .NET 8, EF Core, GitHub

Read this issue →

Logging Like a Pro — Serilog + OpenTelemetry in .NET

From scattered text files to correlated, structured observability that actually helps you debug production issues

Featured in Issue #285 September 16, 2025

Issue also covered: ASP.NET Core, AutoMapper, Azure, Blazor, Clean Architecture, C#, .NET 10, .NET 9

Read this issue →

How Structured Logging With Serilog Can Make Your Life Easier

Logging is one of those foundational aspects of software development that can either be your best friend or your worst nightmare…

Featured in Issue #282 September 11, 2025

Issue also covered: ASP.NET Core, Blazor, C#, .NET 10, EF Core, Performance, Security

Read this issue →

ASP.NET Core Development with XoomCoreWeb Boilerplate

XoomCoreWeb is an open-source ASP.NET Core boilerplate with Onion Architecture, role-based access control, EF Core, Serilog logging, and audit trails. Available on GitHub and Visual Studio Marketplace...

Featured in Issue #277 September 04, 2025

Issue also covered: ASP.NET Core, Azure, CQRS, C#, .NET 10, .NET Core, EF Core, GitHub Copilot

Read this issue →

Serilog Tips and Tricks: Structured Console Logging with Formatting

Serilog is one of the most powerful and flexible logging libraries in .NET.

Featured in Issue #274 September 01, 2025

Issue also covered: ASP.NET Core, Authentication, Authorization, AutoMapper, Azure, C#, Design Patterns, .NET 10

Read this issue →

Structured Logging in .NET: Why You Should Avoid String Interpolation

It’s easy to overlook how small differences in logging syntax can affect performance, log structure, and searchability.

Featured in Issue #264 August 18, 2025

Issue also covered: ASP.NET Core, Authentication, Authorization, Azure, Blazor, Clean Architecture, C#, .NET Core

Read this issue →

How Structured Logging With Serilog in .NET 9

If you want the full source code, download it from this link: https://www.elitesolutions.shop/

Featured in Issue #258 August 08, 2025

Issue also covered: ASP.NET Core, Blazor, C#, .NET Core, EF Core, GitHub Copilot, JWT, Performance

Read this issue →

Monitoring Full Stack .NET Apps with Logging, Tracing, and Alerts

https://medium.com/@kittikawin_ball/monitoring-full-stack-net-apps-with-logging-tracing-and-alerts-452d82bdd7da

Featured in Issue #251 July 30, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, .NET 10, EF Core, .NET MAUI, MediatR

Read this issue →

Scalable Logging Pipelines in .NET: Serilog, Seq, and Elastic Stack Explained

https://medium.com/@bhagyarana80/scalable-logging-pipelines-in-net-serilog-seq-and-elastic-stack-explained-32554c75c7d2

Featured in Issue #250 July 29, 2025

Issue also covered: ASP.NET Core, Clean Architecture, .NET 9, EF Core, GitHub Copilot, Performance, RabbitMQ, Redis

Read this issue →

Logging Like a Pro — Serilog + OpenTelemetry in .NET

https://medium.com/@yaseer.arafat/logging-like-a-pro-serilog-opentelemetry-in-net-7a4c79fe555c

Featured in Issue #248 July 25, 2025

Issue also covered: ASP.NET Core, AutoMapper, Azure, Azure Functions, .NET 10, .NET 8, .NET 9, .NET MAUI

Read this issue →

Logging Requests and Responses for API Requests and HttpClient in ASP.NET Core

https://medium.com/@anton.martyniuk/logging-requests-and-responses-for-api-requests-and-httpclient-in-asp-net-core-cb68b7a0af99

Featured in Issue #245 July 22, 2025

Issue also covered: ASP.NET Core, Authentication, Authorization, Azure, Clean Architecture, C#, Dapper, Design Patterns

Read this issue →

Level up your logging in .NET/C#

https://medium.com/@denmaklucky/level-up-your-logging-in-net-c-00e9db355955

Featured in Issue #239 July 14, 2025

Issue also covered: ASP.NET Core, C#, EF Core, Native AOT, OpenAI, Performance, Unit Testing

Read this issue →

Built-in Logging with Serilog: How EasyLaunchpad Keeps Debugging Clean and Insightful

https://bizsoltech.medium.com/built-in-logging-with-serilog-how-easylaunchpad-keeps-debugging-clean-and-insightful-753508cd9739

Featured in Issue #228 June 27, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, EF Core, ML.NET, OpenAI, Visual Studio Code

Read this issue →

Mastering Logging in .NET: Correlation IDs, Serilog & Monitoring That Actually Works

https://itnext.io/mastering-logging-in-net-correlation-ids-serilog-monitoring-that-actually-works-3492b4eefae9

Featured in Issue #223 June 20, 2025

Issue also covered: Azure, Docker, .NET 10, EF Core, Kubernetes

Read this issue →

Mastering the Factory Pattern in C# 13: Best Practices with Real-World Examples

https://www.c-sharpcorner.com/article/mastering-the-factory-pattern-in-c-sharp-13-best-practices-with-real-world-examples/

Featured in Issue #218 June 13, 2025

Issue also covered: Azure, C#, Performance, SQL Server

Read this issue →

Simplify Your Life: Logging to Application Insights with Serilog

https://medium.com/medialesson/simplify-your-life-logging-to-application-insights-with-serilog-a59d15280561?source=rss------dotnet-5

Featured in Issue #214 June 11, 2025

Issue also covered: Application Insights, ASP.NET Core, Azure, C#, Design Patterns, GitHub Copilot, .NET MAUI, Minimal APIs

Read this issue →

Simplify Your Life: Logging to Application Insights with Serilog

https://medium.com/medialesson/simplify-your-life-logging-to-application-insights-with-serilog-a59d15280561?source=rss------dotnet-5

Featured in Issue #216 June 09, 2025

Issue also covered: Application Insights, ASP.NET Core, Azure, C#, Design Patterns, .NET 10, .NET 8, .NET 9

Read this issue →

How to Do Logging in .NET Core Web API with Serilog

https://medium.com/@omkareshwarnath.dwivedy.sbg/how-to-do-logging-in-net-core-web-api-with-serilog-80d9209047a9

Featured in Issue #207 May 29, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, Blazor, CQRS, C#, Dapper, Design Patterns

Read this issue →

Enhancing Logging in Your Console Application with Serilog

https://medium.com/medialesson/enhancing-logging-in-your-console-application-with-serilog-5748c73373ce

Featured in Issue #169 April 07, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, Design Patterns, .NET 9, .NET Framework, GitHub Copilot

Read this issue →

NLog vs. Serilog in .NET: Picking Your Logging Champion

https://medium.com/@nagarajvela/nlog-vs-serilog-in-net-picking-your-logging-champion-e824c44238e5

Featured in Issue #152 March 13, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Azure, C#, .NET 9, GitHub Copilot, .NET MAUI, OpenAI

Read this issue →

High-Performance Logging in .NET 9

https://goatreview.com/high-performance-logging-dotnet/

Featured in Issue #143 February 28, 2025

Issue also covered: ASP.NET Core, AutoMapper, Azure, Blazor, C#, .NET 9, GitHub Copilot, gRPC

Read this issue →

Related topics