Open Troncek opened 7 years ago
Hi There, I would also be interested in support for NLog 4.5, is this planned at all?
@Troncek could you please share the code changes you have made?
I'm also interested in 4.5 support
@Troncek Could you create a pull request for your work? Even if it is a hack, this would allow the devs to review it. Looks like 4.5 is not going to be supported anytime soon here.
Created a pull-request: #176 (Includes custom build of nuget-package as attachment)
Any time-frame for NLog 4.5 wrapper in Common.Logging?
I can use the existing 4.4.12 and change it up a bit, and it works, but an official support would be nice.
Edit: Also, the NLog wrapper WriteInternal method that calls _logger.Log<> doesn't support structured logging functionality with NLog 4.5 beta7, because it fails in string.Format part of code in StringFormatFormattedMessage (AbstractLogger.cs).