Just started using NLog. I have an application that resides in a single VS2012 solution. The application has a project that creates the executable and several projects that creat DLLs. When performed a NuGet on this solution, NLog was put into each project. Fine, I get that you need the libraries in the references.
However, it dropped a NLog.config file in each project. I want all of the logging to go to a single log file. Do I need to "point" each projects NLog.config to some sommon target or can I delet the NLog.config files in each DLL project and will NLog use the config file for the solution? That sounds very confusing. Basically can I just have one NLog.config to rule them all? Or is a config file required for each project?
If a config file is required for each project how do I get all the logging into a single file?
Thanks,
Doug