serilog / serilog-sinks-periodicbatching

Infrastructure for Serilog sinks that process events in batches.
Apache License 2.0
70 stars 29 forks source link

Update to Serilog 4, use built-in batching support #86

Closed nblumhardt closed 1 month ago

nblumhardt commented 1 month ago

This PR gets rid of the duplicate (and very complex) batching implementation maintained in this sink, piggy-backing on the Serilog 4 version (which was itself derived from this one).

This should greatly reduce the need for future maintenance here, and make keeping this package alive and up-to-date much less troublesome :)