NLog v4.3.4 Release Notes

Release Date: 2016-05-16 // almost 8 years ago
  • ๐Ÿ”‹ Features

    • #1423 Injection of zip-compressor for fileTarget (@AndreGleichner)
    • #1434 Added constructors with name argument to the target types (@304NotModified, @flyingcroissant)
    • #1400 Added WrapLineLayoutRendererWrapper (@mathieubrun)

    ๐Ÿ‘Œ Improvements

    • #1456 FileTarget: Improvements in FileTarget archive cleanup. (@bhaeussermann)
    • #1417 FileTarget prevent stackoverflow after setting FileName property on init (@304NotModified)

    ๐Ÿ›  Fixes

    • #1454 Fix LoggingRule.ToString (@304NotModified)
    • ๐Ÿ‘ป #1453 Fix potential nullref exception in LogManager.Shutdown() (@304NotModified)
    • #1450 Fix duplicate Target after config Initialize (@304NotModified)
    • #1446 FileTarget: create dir if CreateDirs=true and replacing file content (@304NotModified)
    • #1432 Check if directory NLog.dll is detected in actually exists (@gregmac)

    Other

    • โœ… #1440 Added extra unit tests for context classes (@304NotModified)