I'm currently using Common.Logging version 3.4.0-beta2 and NLog 5.0.0-beta07 on netcoreapp1.1. (its and ASP Net Core mvc project) I cannot find Common.Logging.NLog specific version for that case.
In case it is not yet available, which log file option do I have as adapter for net core?
I finally created two classes:
and
Then I can configure NLog as logger by doing:
This is a temporary solution I'm implementing until there is an official release.