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.
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.
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).