I'm implementing NLog with .NET Core 2 according to https://github.com/NLog/NLog.Web/wiki/Getting-started-with-ASP.NET-Core-2 that uses these 2 packages:
- NLog 4.5.0-rc03
- NLog.Web.AspNetCore 4.5.0-rc2
The logging works fine, but now that I want to add Event Properties, the Log() function does not accept LogEventInfo as an argument.
Any thoughts would be helpful. Thanks in advance.