Logging – Introduction
with No Comments

I explain why you should add logging to your applications and how you can do this without adding much extra code.

Logging – .NET Core
with No Comments

This article describes how to add logging to your .NET Core application using Microsoft.Extension.Logging

Logging – Seq
with No Comments

Seq is a self-hosted search, analysis and alerting server. It is easy to install and works really well for local logging on a developers machine.

Logging – Application Insights
with No Comments

There are many ways to log data in Azure. when I wrote this code Application Insights was the prefered way of doing it.

Logging – AOP and Metalama
with No Comments

This article describes how Aspect Oriented Programming and the Metalama Framework can be used for logging.