What's you recommend for file/email based logging in .NET 6?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • serilog-sinks-azure-analytics

    Serilog sink which writes to Azure analytics

  • Serilog is also compatible with any sink that can provide the minimum parameters, e.g. Azure Analytics: https://github.com/saleem-mirza/serilog-sinks-azure-analytics . I use Serilog all the time and heartily recommend it 😊

  • NReco.Logging.File

    Generic file logger for .NET Core (FileLoggerProvider) with minimal dependencies (by nreco)

  • If you don't want to use heavy-weight logging frameworks, for files take a look to this minimalistic implementation: https://github.com/nreco/logging

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • serilog-sinks-raygun

    A Serilog sink that writes events to Raygun

  • serilog-sinks-seq

    A Serilog sink that writes events to the Seq structured log server

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