serilog / serilog-sinks-email

A Serilog sink that writes events to SMTP email
Apache License 2.0
72 stars 68 forks source link

Update to Serilog 4, drop `PeriodicBatchingSink` dependency #133

Closed nblumhardt closed 3 months ago

nblumhardt commented 3 months ago

The configuration API now accepts BatchingOptions instead of PeriodicBatchingSinkOptions, which is a breaking change, particularly for JSON configuration with $type (though this will be rare to see).