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).
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).