Closed nblumhardt closed 6 months ago
This includes a small breaking change: the type of options.BatchingOptions changes from a Serilog.Sinks.PeriodicBatching type, to a Serilog type. These are structurally identical apart from Period, which has been renamed to BufferingTimeLimit.
options.BatchingOptions
Period
BufferingTimeLimit
Draft until https://github.com/serilog/serilog/pull/2058 is addressed.
Pulled in the updated Serilog package, ready to go now.
This includes a small breaking change: the type of
options.BatchingOptions
changes from a Serilog.Sinks.PeriodicBatching type, to a Serilog type. These are structurally identical apart fromPeriod
, which has been renamed toBufferingTimeLimit
.Draft until https://github.com/serilog/serilog/pull/2058 is addressed.