Skip to content

Releases: NLog/NLog.Extensions.Logging

Version 5.3.2

04 Jul 19:54
d47e232
Compare
Choose a tag to compare

Improvements

Version 5.3.1

01 Jul 19:46
ea1f5cd
Compare
Choose a tag to compare

Improvements

Version 5.3.0

30 May 18:43
9d170e2
Compare
Choose a tag to compare

Improvements

  • #669: Updated to NLog v5.2 (@snakefoot)
  • #669: NLogLoggerProvider - Replaced dynamic assembly loading with registration methods (@snakefoot)

See also: NLog v5.2 without trim warnings, and obsoleted methods.

Version 5.2.5

25 May 19:07
b4dd990
Compare
Choose a tag to compare

Improvements

Version 5.2.3

28 Mar 20:33
53b4db4
Compare
Choose a tag to compare

Improvements

  • #662: NLogBeginScopeParser - Skip capture of nested state when List + Array + Dictionary (@snakefoot)
  • #663: Updated to NLog v5.1.3 (@snakefoot)

Version 5.2.2

17 Feb 18:20
46f9d9d
Compare
Choose a tag to compare

Improvements

Version 5.2.1

29 Dec 23:55
60fcfa6
Compare
Choose a tag to compare

Improvements

Version 5.2.0

27 Nov 14:54
1dec03b
Compare
Choose a tag to compare

Improvements

  • #645: Updated to NLog v5.1 with support for ISpanFormattable (@snakefoot)
  • #646: Use CallerArgumentExpressionAttribute in helper method for throwing ArgumentNullException (@snakefoot)
  • #639: NLogBeginScopeParser - CaptureScopeProperties with cached scopePropertyCount (@snakefoot)
  • #638: NLogMessageParameterList - Skip parsing Parameters-array when simple positional message template (@snakefoot)
  • #635: Improve XML docs for AddNLog with IConfiguration override (@snakefoot)
  • #634: NLogLogger - Small optimization when message-template syntax is used (@snakefoot)
  • #632: Use RegisterConfigSettings instead of ConfigSettingLayoutRenderer (@snakefoot)
  • #631: NLog.Extensions.Hosting - Skip RegisterItemsFromAssembly since handled by RegisterConfigSettings (@snakefoot)

Version 5.1.0

26 Oct 20:47
326979b
Compare
Choose a tag to compare

Improvements

  • #629: Replace NetCoreApp31 + Net50 with NetStandard2.1 + Net60 (@snakefoot)
  • #628: MicrosoftConsoleJsonLayout - Skip string-allocation for timestamp-output (@snakefoot)
  • #627: LoadConfigurationFromSection should RegisterConfigSettings without configuration assign (@snakefoot)
  • #630: Bump NLog from 5.0.4 to 5.0.5 (@snakefoot)

Version 5.0.4

01 Sep 22:28
ba5855f
Compare
Choose a tag to compare

Fixes