observability
Serilog for ASP.NET Core Articles, Tutorials & News
Serilog for ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
59 articles Updated
This DotNetNews topic collects Serilog ASP.NET Core material from the daily archive. Serilog for ASP.NET Core sits in the ASP.NET Core and broader Microsoft web stack that most C# services use. The page is for people who already ship C# and need a faster way to find relevant posts.
Expect publisher tutorials, release notes, architecture write-ups, and field notes linked from DotNetNews issues. Start here is a short editorial shortlist for Serilog for ASP.NET Core; the archive list is chronological and larger. Nothing here claims every article was production-tested by the editors.
Recurring subtopics in recent issues include Serilog ASP.NET Core, Serilog C#, structured logging .NET, and Serilog sinks. Secondary angles such as Serilog ASP.NET Core and Serilog C# appear when the archive actually covered them. Related hubs such as OpenTelemetry for .NET and Application Insights for .NET cover adjacent problems.
Each card points at the original publisher URL and the DotNetNews issue that carried it, so you can read the article in context or jump straight to the source.
Start here
Editor picks for Serilog
-
Production-Ready Logging in .NET Using Serilog and Datadog
alifiyakapasi07.medium.com Issue #488
Serilog plus Datadog is a practical production combo many teams will recognize.
-
Simplifying file logging in ASP.NET Core with Serilog
blog.elmah.io Issue #480
Serilog file logging remains one of those small setup wins that pays back during incidents.
-
The Ultimate Guide to Observability and Resiliency in ASP.NET Core
c-sharpcorner.com Issue #479
Broad observability coverage, with practical attention to logging and failure handling in ASP.NET Core.
-
Bringing Serilog-Style Destructuring to OpenTelemetry Logs
medium.com Issue #468
A useful bridge for teams moving from Serilog to OpenTelemetry without giving up structured payloads they depend on.
-
Structured Logging with Serilog in ASP.NET
benedictodoh.medium.com Issue #427
Serilog is still one of the best ways to make ASP.NET logs useful instead of noisy.
-
Setup Serilog For .NET Core
trevoirwilliams.com Issue #421
A straightforward Serilog setup guide that focuses on getting useful logs in place before problems pile up.
-
File logging in ASP.NET Core made easy with Serilog
roundthecode.com Issue #372
Learn how to add file logging to an ASP.NET Core app using Serilog, including setup, configuration, and writing logs to daily rolling files.
-
Mastering Logging in .NET with Serilog -Part 1
medium.com Issue #291
The performance and benchmarking posts are useful counterweights to the opinion pieces; measure first, then optimize.
Archive
Page 1 of 3
Newest first
-
Set LogLevel of Blazor
steven-giesel.com Issue #495
Blazor is a bit talkative when it comes to the Developer Console. PageSpeed Insights for example does complain: Browser errors were logged to the console The fix is easy.
-
Stop Using _logger.LogInformation For Everything.
rushikprajapati.medium.com Issue #491
Stop Guessing: Which .NET Logger Method Should You Actually Use?
-
Building an AI-Powered Log Analysis Platform with .NET and OpenTelemetry
c-sharpcorner.com Issue #490
Build an AI-powered log analysis platform with .NET and OpenTelemetry to gain actionable insights, detect anomalies, and accelerate root cause analysis.
-
Production-Ready Logging in .NET Using Serilog and Datadog
alifiyakapasi07.medium.com Issue #488
Logging is one of the most important aspects of building production-ready applications. While simple text logs may be sufficient during…
-
Simplifying file logging in ASP.NET Core with Serilog
blog.elmah.io Issue #480
Imagine a bug suddenly arises in the frontend from an endpoint. The endpoint has multiple layers and involves dozens of files. Now, you are tasked to resolve that bug, those piles of code make it diff...
-
The Ultimate Guide to Observability and Resiliency in ASP.NET Core
c-sharpcorner.com Issue #479
Master ASP.NET Core observability & resiliency with structured logging, middleware, global exception handling, and Serilog for rapid production issue resolution.
-
Streaming data without loading everything into memory
csharpdigest.net Issue #473
IAsyncEnumerable lets you process large datasets one item at a time instead of loading everything into memory
-
Bringing Serilog-Style Destructuring to OpenTelemetry Logs
medium.com Issue #468
When migrating from Serilog to OpenTelemetry, there’s one feature that quietly disappears: automatic attribute destructuring. If you’ve…
-
AsGuard: A Lightweight Request & Exception Logger for ASP.NET Core (With Built-in Dashboard
medium.com Issue #451
Stop guessing what’s happening in your API — log, monitor, and debug requests in real time without external tools.
-
Your Logs Are Lying to You : Practical Structured Logging for Backend Engineers
medium.com Issue #448
Structured logging done right for backend engineers, what to log, what to stop logging & why your current logs are probably making life…
-
Structured Logging with Serilog in ASP.NET
benedictodoh.medium.com Issue #427
Serilog is a powerful, flexible, and easy-to-use logging library for .NET that enables developers to capture structured, queryable logs…
-
Setup Serilog For .NET Core
trevoirwilliams.com Issue #421
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...
-
Serilog Email Sink: A Production-Ready Setup Guide
medium.com Issue #415
One config section. Async delivery. Your errors find you.
-
Modern Logging in .NET with Serilog
c-sharpcorner.com Issue #379
Implement structured logging in .NET Core with Serilog. Enhance app monitoring using sinks for consoles, files, SQL, and more. Improve debugging and analysis.
-
File logging in ASP.NET Core made easy with Serilog
roundthecode.com Issue #372
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...
-
** How Structured Logging With Serilog Can Make Your Life Easier
medium.com Issue #349
A Complete .NET 9 + Microservices + Distributed Logging Guide (With Full Codes) **
-
How Structured Logging with Serilog Makes Your Life Easier in .NET
medium.com Issue #326
If you want the full source code, join our community: Here
-
Mastering Logging in .NET with Serilog -Part 1
medium.com Issue #291
Logging is often underestimated until you hit your first production issue. At that moment, you realize how much reliable logs can save…
-
Logging and Monitoring Security Events in ASP.NET Core
c-sharpcorner.com Issue #291
Enhance your ASP.NET Core application security by implementing robust logging and monitoring practices. This guide covers structured logging with Serilog, NLog, and built-in providers. Learn to detect...
-
Mastering Logging in .NET with Serilog — Part 3
medium.com Issue #290
Serilog Tutorial Series — Part 3: Working with Sinks
-
Serilog Tutorial Series — Part 2: Configuration & Enrichers
medium.com Issue #290
Logging works when it’s easy to control and rich with context. In Part 1, we set up Serilog and wrote our first structured logs. But…
-
Mastering Logging in .NET with Serilog — Part 4
medium.com Issue #289
Serilog Tutorial Series — Part 4: Advanced Scenarios & Best Practices
-
Logging Like a Pro — Serilog + OpenTelemetry in .NET
medium.com Issue #285
From scattered text files to correlated, structured observability that actually helps you debug production issues
-
How Structured Logging With Serilog Can Make Your Life Easier
medium.com Issue #282
Logging is one of those foundational aspects of software development that can either be your best friend or your worst nightmare…
-
ASP.NET Core Development with XoomCoreWeb Boilerplate
c-sharpcorner.com Issue #277
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...