How To Start Logging With Serilog
Learn how to start logging with Serilog and go from basics to best practices in no time.
Logging
.NET
Serilog
Guides
·
Updated on January 20, 2026
Logging in .NET: A Comparison of the Top 4 Libraries
This article compares four .NET logging libraries, delving into their features, performance, pros, and cons.
Log4NET
Logging
.NET
NLog
Serilog
Guides
·
Updated on February 26, 2025
Which Serilog Sink to Use for Sending to Logstash?
When sending logs from Serilog to Logstash, you'll generally want to use a sink that can format the logs in a way that Logstash can process efficiently. For this purpose, the Serilog.Sinks.Network package is commonly used, specifically the Tcp or Udp sinks, depending on your needs.
Serilog
Logstash
Questions
·
Updated on October 26, 2024