Serilog vs Microsoft Logger (ILogger)?

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • serilog-extensions-logging

    Serilog provider for Microsoft.Extensions.Logging

  • ILogger is an abstraction provided by Microsoft. It is not a logging framework, it's a way to standardize code to work on any logging framework. In your actual program you need to actually put the logging provider under that abstraction - Microsoft provides some defaults like a console logger, but generally you want to configure Serilog/NLog/whatever. See: https://github.com/serilog/serilog-extensions-logging

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Basics of logging in ASP NET Core

    1 project | /r/dotnet | 22 Mar 2023
  • Serilog... why?

    6 projects | /r/dotnet | 1 Feb 2023
  • SeriLog Help

    2 projects | /r/csharp | 25 Dec 2022
  • Loggin framework

    2 projects | /r/csharp | 21 Jun 2022
  • Logging in ASP.NET Core 5 using Serilog

    8 projects | dev.to | 23 Aug 2021