Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Serilog support syslog protocol

Tags:

serilog

Is there a syslog sink for Serilog?

I'm trying to make Serilog work with Logstash, but keep the freedom to easily switch to another aggregator, without config changes in my app.

like image 895
Test_me Avatar asked Oct 17 '25 03:10

Test_me


1 Answers

Looks like now we have an implementation:

https://github.com/vermeeca/Serilog.Sinks.Syslog/tree/master

like image 184
Omair Jafri Avatar answered Oct 22 '25 04:10

Omair Jafri