With the newer MFiles.VAF.Configuration.Logging.NLog (>23.2.14), the layout string is escaped. With earlier versions, the layout string is unescaped.
The fix always tries to escape the layout string. This works with both of the string types (escaped and unescaped) and therefore there isn't any version restrictions introduced with the fix.
With the newer MFiles.VAF.Configuration.Logging.NLog (>23.2.14), the layout string is escaped. With earlier versions, the layout string is unescaped.
The fix always tries to escape the layout string. This works with both of the string types (escaped and unescaped) and therefore there isn't any version restrictions introduced with the fix.
Fixes #114