Serilog.Sinks.ExcelDnaLogDisplay VS NLog

Compare Serilog.Sinks.ExcelDnaLogDisplay vs NLog and see what are their differences.

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.ExcelDnaLogDisplay NLog
0 20
13 6,143
- 1.0%
5.5 8.9
16 days ago 4 days ago
C# C#
Apache License 2.0 BSD 3-clause "New" or "Revised" License
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.Sinks.ExcelDnaLogDisplay

Posts with mentions or reviews of Serilog.Sinks.ExcelDnaLogDisplay. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning Serilog.Sinks.ExcelDnaLogDisplay yet.
Tracking mentions began in Dec 2020.

NLog

Posts with mentions or reviews of NLog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-28.
  • Best approach for logging in ASP.NET
    4 projects | /r/dotnet | 28 Mar 2023
    Log4Net does not get that much attention any more. From my understanding it served as an alternative for Log4J, but today better and more modern solutions have been created. I migrated a codebase over to .NET Core a couple of years ago, and it seemed that Log4net had issues running on Linux because of kernel calls inside their codebase. If you look at the version history on NuGet, it had just 3 patch releases last year. As an alternative, I would suggest to check out NLog.
    4 projects | /r/dotnet | 28 Mar 2023
  • Logging in your API
    13 projects | dev.to | 22 Feb 2023
    C# -> Built in Logger, Log4Net, Serilog, NLog, e.t.c.
  • Powershell logging module
    3 projects | /r/PowerShell | 16 Dec 2022
    I'm going to look at psframework mentioned elsewhere, but i make use of .NET NLog https://nlog-project.org/. it's not terribly hard to wire up, and is pretty feature rich.
  • Log literally everything a PS1 script is doing?
    2 projects | /r/PowerShell | 27 May 2022
    For a more structured log file*) layout, you could use something like NLog with a PS wrapper.
  • How to Send Bulk Log Email
    4 projects | /r/csharp | 28 Feb 2022
    NLog is another option here, with the buffering wrapper around an email target.
  • A Step by Step Guide to Logging in ASP.NET Core 5
    3 projects | dev.to | 23 Aug 2021
    There are some popular third-party logging providers such as Serilog, Log4Net, NLog, elmah.io
  • Writing logs into Elastic with NLog , ELK and .Net 5.0
    2 projects | dev.to | 4 Aug 2021
    On the other hand, NLog is a flexible and free logging platform for various .NET platforms, including .NET standard. NLog makes it easy to write to several targets. (database, file, console) and change the logging configuration on-the-fly.
    2 projects | dev.to | 4 Aug 2021
    You can read more detail about nlog tag config Here
  • Using NLog in a .NET 5 Console Application with Dependency Injection
    3 projects | dev.to | 22 May 2021
    It is recommended to read the NLog Tutorial. For more detailed information about config file can be found here.

What are some alternatives?

When comparing Serilog.Sinks.ExcelDnaLogDisplay and NLog you can also consider the following projects:

Serilog - Simple .NET logging with fully-structured events

Log4Net - Apache Log4net is a versatile, feature-rich, efficient logging API and backend for .NET

ELMAH - Error Logging Modules & Handlers for ASP.NET

Sentry - Sentry SDK for .NET

Semantic Logging Application Block (SLAB) - Supporting semantic/structured logging for .NET

Logary - Logs and metrics are one! Professional logging, metrics and analytics for your apps.

ZeroLog - A high-performance, zero-allocation .NET logging library.

NReco.Logging.File - Generic file logger for .NET Core (FileLoggerProvider) with minimal dependencies

StackExchange.Exceptional - Error handler used for the Stack Exchange network

elmah.io - ELMAH error logger for sending errors to elmah.io.

Ac682.Extensions.Logging.Console - a provider for Microsoft.Extensions.Logging which provides a colored console logger.

Elmah MVC - Painless integration of ELMAH into ASP.NET MVC application