Skip to content

Releases: chris-peterson/spiffy

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

4.0.2

23 May 17:21
Compare
Choose a tag to compare

Spiffy.Monitoring.4.0.2

adds helper method for adding KVPs in bulk (EventContext.AddValues)

Spiffy.Monitoring.NLog.5.0.0-beta07.nupkg

Update to NLog 5 beta since netcore support wasn't released on 4.*
Update Fluent Api to support multiple targets
NOTE: Version is pre-release since NLog is still in beta.```

4.0.1

16 Apr 18:34
Compare
Choose a tag to compare
Versioning bumps

2.1

08 May 22:50
Compare
Choose a tag to compare
2.1
Merge branch 'ability_to_specify_log_directory'