Skip to content

Releases: NLog/NLog.Extensions.Logging

v1.0 rtm RC 2

19 Oct 06:45
Compare
Choose a tag to compare
v1.0 rtm RC 2 Pre-release
Pre-release

c2 (see https://github.com/NLog/NLog.Extensions.Logging/milestone/9?closed=1)

  • Fix Recursive resource lookup bug
  • Disallow NLog 5 for platforms dependend on NLog 4

v1.0 rtm RC 1

16 Oct 21:23
Compare
Choose a tag to compare
v1.0 rtm RC 1 Pre-release
Pre-release

breaking changes:

Breaking changes in behavior!

  • #154 Enable by default: CaptureMessageTemplates & CaptureMessageProperties (@304NotModified)
  • #151 NLogProviderOptions: added IgnoreEmptyEventId, enabled by default. (@snakefoot)
  • #151 NLogProviderOptions: set default EventIdSeparator to underscore. (@snakefoot)

Features

  • #125 Capture structured logging parameter names (@snakefoot)
  • #148 MessageProperties - Allow capture of message properties (CaptureMessageProperties option) (@snakefoot)
  • #152 Introduced NetStandard1.5 by updating to NLog 4.5-beta07 (@snakefoot)

Other

v1.0.0-rtm-beta7

29 Sep 21:54
Compare
Choose a tag to compare
v1.0.0-rtm-beta7 Pre-release
Pre-release
  • Added NLogLoggerFactory
  • Log exceptions when log message empty + Support .NET 4.6.1 + Microsoft.Extensions.Logging 2.0
  • Minimize string-allocations when adding EventId-properties + XML Docs in package

1.0.0-rtm-beta6

29 Sep 20:10
Compare
Choose a tag to compare
1.0.0-rtm-beta6 Pre-release
Pre-release
  • .NET Standard 2 support
  • switch from NestedDiagnosticsContext to NestedDiagnosticsLogicalContext - use ${NDLC} instead of ${NDC} in your config when using BeginScope.
  • Log exceptions when log message empty
  • Minimize string-allocations when adding EventId-properties
  • Update dependencies