Serilog.Exceptions VS serilog-extensions-logging

Compare Serilog.Exceptions vs serilog-extensions-logging and see what are their differences.

Serilog.Exceptions

Log exception details and custom properties that are not output in Exception.ToString(). (by RehanSaeed)

serilog-extensions-logging

Serilog provider for Microsoft.Extensions.Logging (by serilog)
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.Exceptions serilog-extensions-logging
5 3
479 305
- 2.0%
6.1 7.0
8 days ago about 1 month ago
C# C#
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Serilog.Exceptions

Posts with mentions or reviews of Serilog.Exceptions. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-11.

serilog-extensions-logging

Posts with mentions or reviews of serilog-extensions-logging. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-01.
  • Serilog vs Microsoft Logger (ILogger)?
    1 project | /r/dotnet | 6 Jun 2023
    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
  • Serilog... why?
    6 projects | /r/dotnet | 1 Feb 2023
    Microsoft.Extensions.Logging is a pipeline that uses Microsoft.Extensions.Logging.Abstractions as its structure. It doesn't actually write logs to anywhere or anything, for that you need a provider. Microsoft offers several providers include Console Output, Windows Events, et al. Serilog is just another provider.
  • Razor custom error page - set exception message in production?
    1 project | /r/dotnet | 15 Dec 2021
    You may need to enable logging, otherwise Activity will be null as described here. Regarding your exception message, you're not doing anything with the exceptionHandlerPathFeature object. The documentation you linked to shows some type checking with the is operator to produce an error.

What are some alternatives?

When comparing Serilog.Exceptions and serilog-extensions-logging you can also consider the following projects:

Exceptionless - Exceptionless application

serilog-aspnetcore - Serilog integration for ASP.NET Core

trace-context-w3c - W3C Trace Context purpose of and what kind of problem it came to solve.

attributed - Use attributes to control how complex types are logged to Serilog.

log15 - Structured, composable logging for Go

serilog-console-themes - Provides custom themes library for SeriLog

serilog-sinks-opentelemetry - Serilog to OpenTelemetry Logs sink

Serilog - Simple .NET logging with fully-structured events

DotNet.ApiRest.BasicTemplate - Build an simple API Rest project using best practices, professional componentes: Swagger, Serilog, Entity Framewokr, Authentication (AAD), Azure Aplication Insight, Docker, Kubernetes, Helm, Azure Pipelines and much more.

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

ASP.NET MVC Boilerplate Framework - .NET Core Extensions and Helper NuGet packages.

Serilog.Enrichers.Sensitive - A Serilog LogEvent enricher that masks sensitive data