How to use NLog from multiple projects in the same solution How to use NLog from multiple projects in the same solution wpf wpf

How to use NLog from multiple projects in the same solution


Just reference NLOG directly in each of the projects and use it. But you only need to configure it in your main application. The configuration will then be shared automatically.