github NLog/NLog 4.3.0-beta1
NLog 4.3.0 beta 1

latest releases: v5.3.1, v5.3.0, v5.2.8...
pre-release8 years ago

Features

  • Support for Windows Phone 8 (beta)
  • Support for Xamarin Android (beta)
  • Support for Xamarin iOS (beta)
  • Consistent handling of exceptions:
    • all exceptions are logged to the internallogger
    • throwExceptions option will be respected in all cases (advise: disable throwExceptions in production environments)
  • FileTarget now supports relative paths. No need for ${basedir} anymore!
  • EventTarget: option to set the max length of the message and action (discard, split, truncate)
  • MethodCallTarget: allow optional parameters
  • RegistryLayout: Support for layouts, RegistryView (32, 64 bit) and all root key names (HKCU/HKLM etc)
  • Unused targets will be logged to the internallogger
  • Config classes are now threadsafe.
  • ConsoleTarget: Regex cache is instead of Regex Compile (option), for better memory usage.
  • InternalLogger: improved logging of exceptions (analogous to normal Logger)

Bugfixes

See full list: https://github.com/NLog/NLog/issues?q=milestone%3A4.3+is%3Aclosed

Don't miss a new NLog release

NewReleases is sending notifications on new releases.