serilog-aspnetcore

Serilog integration for ASP.NET Core (by serilog)

Serilog-aspnetcore Alternatives

Similar projects and alternatives to serilog-aspnetcore

  1. .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

  2. ReSharper

    ReSharper is now available in VS Code and Cursor. ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.

    ReSharper logo
  3. Serilog

    Simple .NET logging with fully-structured events

  4. serilog-sinks-http

    A Serilog sink sending log events over HTTP.

  5. serilog-sinks-file

    Write Serilog events to files in text and JSON formats, optionally rolling on time or size

  6. serilog-settings-appsettings

    An <appSettings> configuration reader for Serilog

  7. serilog-extensions-logging

    Serilog provider for Microsoft.Extensions.Logging

  8. serilog-sinks-console

    Write log events to System.Console as text or JSON, with ANSI theme support

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. serilog-sinks-email

    A Serilog sink that writes events to SMTP email

  11. serilog-sinks-opentelemetry

    A Serilog OpenTelemetry Protocol (OTLP) sink

  12. serilog-sinks-mssqlserver

    A Serilog sink that writes events to Microsoft SQL Server and Azure SQL

  13. seq-logging-aspnetcore

    A very simple example showing why we want structured logs

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better serilog-aspnetcore alternative or higher similarity.

serilog-aspnetcore discussion

Log in or Post with

serilog-aspnetcore reviews and mentions

Posts with mentions or reviews of serilog-aspnetcore. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-25.
  • Basics of logging in ASP NET Core
    1 project | /r/dotnet | 22 Mar 2023
    This article really doesn't provide anything the Serilog documentation doesn't cover. Additionally, the log examples are pretty poor. For instance, there's never a good reason to explicitly throw a NullReferenceException.
  • SeriLog Help
    2 projects | /r/csharp | 25 Dec 2022
    Just a simple example I found on web https://github.com/serilog/serilog-aspnetcore/blob/dev/samples/Sample/Program.cs Remove line 21-22 and you have a plain usage of serilog without asp.net
  • Loggin framework
    2 projects | /r/csharp | 21 Jun 2022
    What do you mean by "Microsoft Logger"? If this is Microsoft.Extensions.Logging, then you can just plug in Serilog and continue using standard ILogger interface.
  • Logging in ASP.NET Core 5 using Serilog
    8 projects | dev.to | 23 Aug 2021
    Serilog is a structural logging library for.NET applications that can be used for adding some cool diagnostic features to your application. This library provides a huge collection of new logging related features that are not available in the .NET built-in logging framework. It allows developers to log their messages to hundreds of different destinations including files, the console, on-premises, and cloud-based log servers, databases, and message queues. It also has native support of producing log output in plain text and JSON formats. It supports rich integration with .NET Core including ASP.NET Core. You can read the full list of features available here.
  • Log messages that appear in console?
    1 project | /r/Blazor | 25 Feb 2021
    You probably want to use a logging framework to configure where you logs end up. I recommend taking a look at serilog.
  • ASP.NET interview questions and answers for software developers
    1 project | dev.to | 25 Jan 2021
    Logging is built-in and you get access to structured logs from the ASP.NET Core host itself to your application. With tools like Serilog, you can extend your logging easily and save your logs to file, Azure, Amazon or any other output provider. You can configure verbosity and log levels via configuration (appsettings.json by default), and you can configure log levels by different categories.
  • A note from our sponsor - ReSharper
    www.jetbrains.com | 15 Aug 2026
    ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide. Learn more →

Stats

Basic serilog-aspnetcore repo stats
6
1,428
4.9
9 months ago

Sponsored
ReSharper is now available in VS Code and Cursor
ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.
www.jetbrains.com

Did you know that C# is
the 12th most popular programming language
based on number of references?