github NLog/NLog v5.beta8
NLog 5 beta 8

latest releases: v5.3.2, v5.3.1, v5.3.0...
pre-release6 years ago

BREAKING CHANGE in beta08 !!

Compared to beta07, there is a breaking change in beta08 with GetCurrentClassLogger(), both binary and in behavior, but not in source.
GetCurrentClassLogger() is using the full class name again, so including the name space. This is fully compatible with NLog 4.x.

This means:

  • Upgrading won't give compile errors (as it isn't a source breaking change)
  • You cannot hot patch NLog 5 beta01-07 with this version (because of the binary breaking change)
  • You cannot mix NLog 5 beta01-07 with this version in one project (because of the binary breaking change)
  • Filters in the nlog.config need some attention, use the full class name including namespace now. This is the same as NLog 4.x (this is the behavior change)

Also in this beta:

  • Up-to-date with NLog 4.4.11.
  • Fix for autoloading extensions warning in internal log.

Don't miss a new NLog release

NewReleases is sending notifications on new releases.