#2250·serilog

Community Project: Scarlet.Serilog.Sinks.Graylog

Author: ScarletKuroCreated Sep 16, 2026Updated Sep 16, 2026

I'd like to add Scarlet.Serilog.Sinks.Graylog to the Community Projects page.

I'm aware of the existing serilog-contrib/serilog-sinks-graylog project, and my project is based on a fork of it. However, the original project has not been updated in around three years.

Number of improvements:

  • Fixed many of the bugs reported in the original project's issue tracker.
  • Added AOT support.
  • Added unit and integration tests with real graylog, plus AOT tests.
  • Updated the base Serilog dependency to version 4.3.1.
  • Removed the need for the additional Serilog.Sinks.Graylog.Batching NuGet package (since Serilog now has IBatchedLogEventSink).
  • Performance optimizations (huge boost by using Utf8JsonWriter and other small things).

Scarlet.Serilog.Sinks.Graylog