A Step by Step Guide to Logging in ASP.NET Core 5

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Serilog

    Simple .NET logging with fully-structured events

    In this tutorial, I have given you an overview of basic .NET Core logging features. I have covered the ILogger interface in detail and also gave you an overview of some built-in logging providers. You have to explore all built-in and third-party logging providers to decide which logging provider is most suitable for your application needs. You can also write your own custom logging providers if no built-in or third party login provider meets your requirements. I have also written a tutorial Logging in ASP.NET Core 5 using Serilog that will cover one of the most popular third-party logging provider Serilog in more detail.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • NLog

    NLog - Advanced and Structured Logging for Various .NET Platforms

    There are some popular third-party logging providers such as Serilog, Log4Net, NLog, elmah.io

  • elmah.io

    ELMAH error logger for sending errors to elmah.io.

    There are some popular third-party logging providers such as Serilog, Log4Net, NLog, elmah.io

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Simple remote log storage service?

    4 projects | /r/dotnet | 29 Nov 2022
  • How to use ConfigCat's feature flags with Elmah

    3 projects | dev.to | 20 Mar 2023
  • What do you use to store\search logs?

    1 project | /r/dotnet | 30 Jan 2023
  • HOW TO USE ELMAH FOR ENUMERATING ERROR IN ASP.NET CORE?

    1 project | dev.to | 9 Mar 2022
  • ASP.NET Core request logging middleware

    1 project | dev.to | 2 Jun 2021

Did you konow that C# is
the 11th most popular programming language
based on number of metions?