NLog v4.7.7 Release Notes

Release Date: 2021-01-20 // over 3 years ago
  • 🛠 Bugfixes

    • #4229 Skip lookup MainModule.FileName on Android platform to avoid crash (#4229) (@snakefoot)
    • #4202 JsonLayout - Generate correct json for keys that contain quote (#4202) (@virgilp)
    • #4245 JsonLayout - Unwind after invalid property value to avoid invalid Json (#4245) (@snakefoot)

    👌 Improvements

    • 👍 #4222 Better handling of low memory (#4222) (@snakefoot)
    • #4221 JsonLayout - Added new ExcludeEmptyProperties to skip GDC/MDC/MLDC properties with null or empty values (#4221) (@pruiz)

    🐎 Performance

    • #4207 Skip allocation of SingleCallContinuation when ThrowExceptions = false (#4207) (@snakefoot)