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.BatchingNuGet package (since Serilog now hasIBatchedLogEventSink). - Performance optimizations (huge boost by using
Utf8JsonWriterand other small things).
Scarlet.Serilog.Sinks.Graylog
Source: serilog/serilog