Nlog 4.x support?

If i install servicestack nlog logging it pulls in nlog 3.2.0, but the dependency says >=3.2. if i update to nlog 4 i get errors about not being able to find nlog 3.2.

is this something that requires a new version of service stack be released? i am currently using 4.0.40.0

Hi Eric, an easy way to get around versioning issues with the logging providers is to reference them by source by copying the 2 wrapper NLogFactory and NLogLogger classes into your project from: https://github.com/ServiceStack/ServiceStack/tree/master/src/ServiceStack.Logging.NLog

This way it will use the existing version in your project and isn’t bounded to a particular version.

I’ve also upgraded NLog to v4.01 in this commit which is now available on MyGet.