I need to use “Enterprise Library 6.0.x” for logging with Visual studio 2015. Before this I have worked with Log4Net and I know how to write log files using log4net. But I am using “Enterprise Library” first time.
I have installed a Nuget package “EnterpriseLibrary.Logging” version 6.0.1304 for Visual Studio 2015 Enterprise. Now I am looking for a wizard tool from where I can configure it for logging.
I have gone through some blog posts and they were suggesting to execute some powerShell script written in “install.ps1” file but it fails due to some admin right issue because I do not have admin right on the system.
I have also visited following links but didn’t help me:
Where Enterprise Library Configuration Editor for Visual Studio 2015?
Error writing to file when installing Visual studio 2015 Enterprise
Please suggest some solution or links for good documentation to use Enterprise Library 6.0.x with Visual Studio 2015 without installing .exe file which require admin rights.