All Versions
108
Latest Version
Avg Release Cycle
47 days
Latest Release
1040 days ago

Changelog History
Page 7

  • v4.4.13 Changes

    February 28, 2018
    ๐Ÿ›  Fixes
    • #2600 Fix 'System.ReadOnlySpan`1[System.Char]' cannot be converted to type 'System.String' (@snakefoot)
  • v4.4.12 Changes

    August 08, 2017
    ๐Ÿ›  Fixes
    • ๐Ÿ‘ป #2229 Fix: ReconfigExistingLoggers sometimes throws an Exception (@jpdillingham)
  • v4.4.11 Changes

    June 17, 2017
    ๐Ÿ›  Fixes
    • #2164 JsonLayout - Don't mark ThreadAgnostic when IncludeMdc or IncludeMdlc is enabled (@snakefoot)
  • v4.4.10 Changes

    May 31, 2017
    ๐Ÿ”‹ Features
    • #2110 NdlcLayoutRenderer - Nested Diagnostics Logical Context (@snakefoot)
    • ๐Ÿ‘ #2114 EventlogTarget: Support for MaximumKilobytes (@304NotModified, @ajitpeter)
    • #2109 JsonLayout - IncludeMdc and IncludeMdlc (@snakefoot)
    ๐Ÿ›  Fixes
    • #2138 ReloadConfigOnTimer - fix potential NullReferenceException (@snakefoot)
    • ๐Ÿ›  #2113 BugFix: <targets> after <rules> won't work (@304NotModified, @Moafak)
    • #2131 Fix : LogManager.ReconfigureExistingLoggers() could throw InvalidOperationException (@304NotModified, @jpdillingham)
    ๐Ÿ‘Œ Improvements
    • #2137 NLogTraceListener - Reduce overhead by checking LogLevel (@snakefoot)
    • #2112 LogReceiverWebServiceTarget - Ensure PrecalculateVolatileLayouts (@snakefoot)
    • #2103 Improve Install of targets / crash Install on Databasetarget. (@M4ttsson)
    • โš  #2101 LogFactory.Shutdown - Add warning on target flush timeout (@snakefoot)
  • v4.4.9 Changes

    ๐Ÿ”‹ Features
    • #2090 ${log4jxmlevent} - Added IncludeAllProperties option (@snakefoot)
    • #2090 Log4JXmlEvent Layout - Added IncludeAllProperties, IncludeMdlc and IncludeMdc option (@snakefoot)
    ๐Ÿ›  Fixes
    • #2090 Log4JXmlEvent Layout - Fixed bug with empty nlog:properties (@snakefoot)
    • #2093 Fixed bug to logging by day of week (@RussianDragon)
    • #2095 Fix: include ignoreErrors attribute not working for non-existent file (@304NotModified, @ghills)
  • v4.4.8 Changes

    April 28, 2017
    ๐Ÿ”‹ Features
    • #2078 Include MDLC in log4j renderer (option) (@thoemmi)
  • v4.4.7 Changes

    April 25, 2017
    ๐Ÿ”‹ Features
    • #2063 JsonLayout - Added JsonAttribute property EscapeUnicode (@snakefoot)
    ๐Ÿ‘Œ Improvements
    • #2075 StackTraceLayoutRenderer with Raw format should display source FileName (@snakefoot)
    • ๐ŸŽ #2067 ${EventProperties}, ${newline}, ${basedir} & ${tempdir} as ThreadAgnostic (performance improvement) (@snakefoot)
    • ๐Ÿ›  #2061 MethodCallTarget - Fixed possible null-reference-exception on initialize (@snakefoot)
  • v4.4.6 Changes

    April 11, 2017
    ๐Ÿ”‹ Features
    • #2006 Added AsyncTaskTarget - Base class for using async methods (@snakefoot)
    • #2051 Added LogMessageGenerator overloads for exceptions (#2051) (@c0shea)
    • #2034 ${level} add format option (full, single char and ordinal) (#2034) (@c0shea)
    • #2042 AutoFlushTargetWrapper - Added AsyncFlush property (@snakefoot)
    ๐Ÿ‘Œ Improvements
    • #2048 Layout - Ensure StackTraceUsage works for all types of Layout (@snakefoot)
    • ๐Ÿ”จ #2041 Reduce memory allocations (AsyncContinuation exceptionHandler) & refactor (@snakefoot)
    • #2040 WebServiceTarget - Avoid re-throwing exceptions in async completion method (@snakefoot)
  • v4.4.5 Changes

    March 28, 2017
    ๐Ÿ›  Fixes
    • ๐Ÿ›  #2010 LogFactory - Ensure to flush and close on shutdown - fixes broken logging (@snakefoot)
    • #2017 WebServiceTarget - Fix boolean parameter conversion for Xml and Json (lowercase) (@snakefoot)
    ๐Ÿ‘Œ Improvements
    • ๐Ÿ”€ #2017 Merged the JSON serializer code into DefaultJsonSerializer (@snakefoot)
  • v4.4.4 Changes

    March 10, 2017
    ๐Ÿ”‹ Features
    • #2000 Add weekly archival option to FileTarget (@dougthor42)
    • #2009 Load assembly event (@304NotModified)
    • ๐Ÿ“ฆ #1917 Call NLogPackageLoader.Preload (static) for NLog packages on load (@304NotModified)
    ๐Ÿ‘Œ Improvements
    • ๐ŸŒฒ #2007 Target.Close() - Extra logging to investigate shutdown order (@snakefoot)
    • โšก๏ธ #2003 Update XSD for <NLog> options (@304NotModified)
    • โšก๏ธ #1977 update xsd template (internallogger) for 4.4.3 version (@AuthorProxy)
    • ๐Ÿ“„ #1956 Improve docs ThreadAgnosticAttribute (#1956) (@304NotModified)
    • ๐Ÿ“š #1992 Fixed merge error of XML documentation for Target Write-methods (@snakefoot)
    ๐Ÿ›  Fixes
    • 0๏ธโƒฃ #1995 Proper apply default-target-parameters to nested targets in WrappedTargets (@nazim9214)