serilog-sinks-slack icon indicating copy to clipboard operation
serilog-sinks-slack copied to clipboard

A simple (yet customizable) Slack logging sink for Serilog

Results 11 serilog-sinks-slack issues
Sort by recently updated
recently updated
newest added

When using `Serilog.Sinks.Slack` together with the latest version of `Serilog.Sinks.PeriodicBatching` the call to `Serilog.Log.CloseAndFlush()` will crash with a `StackOverflowException` because the `SlackSink` `Dispose` method will call `Dispose` on `PeriodicBatchSink` which...

bug
duplicate