Skip to content

Releases: chris-peterson/spiffy

6.2.0

02 May 22:08
69e255e
Compare
Choose a tag to compare

Add CustomTimestamp to EventContext

There are cases where you might want to override the event timestamp

6.0.8

26 Aug 01:24
Compare
Choose a tag to compare

Bug fix for AppendToValue (handle null values)

6.0.6

12 Nov 17:24
d9de2e4
Compare
Choose a tag to compare

Breaking Changes

  • Migration Guide
  • Drop support for legacy .NET framework (net40)
  • Require netstandard >= 2.0
  • Custom logging signature now receives LogEvent rather than a raw string
  • Unify initialization API across built in and custom providers

New Features

  • Splunk provider
  • Prometheus provider
  • API for customizing timer behaviors

6.0.0

28 Oct 00:44
Compare
Choose a tag to compare

Breaking Changes

  • Migration Guide
  • Drop support for legacy .NET framework (net40)
  • Require netstandard >= 2.0
  • Custom logging signature now receives LogEvent rather than a raw string
  • Unify initialization API across built in and custom providers

New Features

  • Splunk provider
  • Prometheus provider

5.2.0: Adds support for counting

28 Oct 00:35
Compare
Choose a tag to compare
Library has always had support for 'timing' subevents (i.e. granular timings [e.g. database query duration]), but didn't have support for simply counting (e.g. number of roundtrips to database)

5.1.1

19 Oct 21:57
Compare
Choose a tag to compare

Release Notes

  • If multiple timings (EventContext.Time) are performed using the same key, accumulate total time elapsed

NLog 4.5.0

01 Apr 23:17
Compare
Choose a tag to compare

5.1.0

16 Jan 18:31
Compare
Choose a tag to compare

Update Console and Trace implementations to route messages based on level (e.g. errors to Console.Error)

5.0.0

25 Oct 17:30
Compare
Choose a tag to compare

4.0.4

25 Jun 00:10
Compare
Choose a tag to compare

Spiffy.Monitoring.4.0.4

Fixes #16