1

Is it possible to use Serilog to SysLog sink in Asp.Net core?

Or maybe if there is another way to sink logs to the SysLog.

Thanks.

mskuratowski
  • 4,014
  • 15
  • 58
  • 109

1 Answers1

0

I'm not aware of a working .NET Core option; the project at https://github.com/ojafri/serilog-sinks-syslog may be possible to port (it's currently built against .NET 4.x).

Nicholas Blumhardt
  • 30,271
  • 4
  • 90
  • 101