Skip to content

Releases: datalust/serilog-sinks-seq

v3.1.0

04 Nov 00:37
Compare
Choose a tag to compare
  • #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

09 Sep 03:14
Compare
Choose a tag to compare

Updates Serilog.Sinks.RollingFile to 3.0.0.

v3.0.0

26 Aug 07:22
Compare
Choose a tag to compare
  • #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