Releases: datalust/serilog-sinks-seq
Releases · datalust/serilog-sinks-seq
v3.1.0
- #33 - don't use
HRESULT
on .NET Core (for Xamarin support)
- #38 - update
PeriodicBatchingSink
dependency, default to 100k item queue size
- #40 - package installation on UWP
- #41 - fix level handling with dynamic level control when server-side is not configured
v3.0.1
Updates Serilog.Sinks.RollingFile to 3.0.0.
v3.0.0
- #29 - audit logging support
- #25 and #26 - compact JSON format support (compact: true, requires Seq 3.3)
- #24 - drop events that cannot be rendered into JSON (e.g. because ToString() or property accessors throw exceptions