NLog v5.0.5 Release Notes
Release Date: 2022-10-26 // over 2 years ago-
๐ Improvements
- ๐ฒ #5092 InternalLogger - LogFile expand filepath variables (#5092) (@RyanGaudion)
- ๐ #5090 ReplaceNewLines - Support Replacement with newlines (#5090) (@Orace)
- #5086 ScopeIndent LayoutRenderer (#5086) (@snakefoot)
- #5085 Introduced TriLetter as LevelFormat (Trc, Dbg, Inf, Wrn, Err, Ftl) (#5085) (@snakefoot)
- ๐ #5078 LogFactory.Setup - Added support for RegisterLayout and validate NLog types (#5078) (@snakefoot)
- โ #5076 AutoFlushTargetWrapper - Fix race-condition that makes unit-tests unstable (#5076) (@snakefoot)
- ๐ป #5073 Include error-message from inner-exception when layout contains unknown layoutrenderer (#5073) (@snakefoot)
- #5065 ObjectReflectionCache - Skip serializing System.Net.IPAddress (#5065) (@snakefoot)
- #5060 ObjectReflectionCache - Skip reflection of delegate-objects (#5060) (@snakefoot)
- #5057 OnException + OnHasProperties - Added Else-option (#5057) (@snakefoot)
- ๐ฒ #5056 LogEventBuilder - Added Log(Type wrapperType) for custom Logger wrapper (#5056) (@snakefoot)
Previous changes from v5.0.4
-
๐ Fixes
- ๐ #5051 Fixed embedded resource with ILLink.Descriptors.xml to avoid IL2007 (#5051) (@snakefoot)