NLog v4.4.6 Release Notes

Release Date: 2017-04-11 // over 8 years ago
  • ๐Ÿ”‹ 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)